-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.6.0 RC1 Fails to find helms secrets file using multiple sources #11863
Comments
Currently, the supported format for referenced valueFile from another source is In this case, the format supported would be |
I understand the format is the proposed and currently supported format. I shouldn't of labeled this a bug but it seems to render helm-secrets useless for multi-source apps. Will this be revisited in the future? |
The current proposal to rearrange a desired behaviour for multi-source applications here shows three implementation vectors:
|
Checklist:
argocd version
.Describe the bug
I'm using the new multiple sources functionality in 2.6 trying to read secrets via helm secrets. It seems $myRepo is undefined or empty, therefore it can't find the proper path to the secrets file.
I receive this error message
[helm-secrets] File does not exist: /helm/external-values/argo-workflows/dev.enc.values.yaml Error: plugin "scripts/run.sh downloader" exited with error
To Reproduce
Expected behavior
I expect the $myRepo variable to contain the path and the secrets file to be located.
Instead, It's unable to find the secrets file.
Version
Logs
The text was updated successfully, but these errors were encountered: