-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
useHelmSecrets not decrypting on render #7651
Comments
Thanks @panbanda. I am not aware or |
I have the same issue. Skaffold render shows all the secrets as encrypted. Can this be fixed? Ideally |
Can anyone from the skaffold team chime in? |
@aaron-prindle @tejal29 If someone could point me to where the change needs to happen, I could also give it a shot. Is there anyone around that would know? |
Thanks @ericzzzzzzz ! |
Expected behavior
skaffold render
should produce the same output asskaffold up
for secrets that are used withuseHelmSecrets: true
Actual behavior
skaffold render
does not decrypt the secret,skaffold up
does decrypt the secretInformation
Demo repo here:
https://github.com/panbanda/skaffold-helm-secrets-issue
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: