-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
base64 decode is not displaying base64 encoded value #271
Comments
The Packaging Helm Chart step from your code re-runs helm upgrade without secrets (instead helm package?). From my point of view, the second helm upgrade does not decrypt the values and override the decrypted values from the helm secrets update |
@jkroepke thanks for your response. So what should I do in this case to achieve base64 decode value should be original value instead of helm encrypted value |
What happends, if you skip your 'Packaging Helm Chart' task? |
Helm chart would not be deployed for that application |
Not sure, |
Will check and update you if I can skip packaging step. But I have a query .. running simply helm secrets upgrade install would resolve this issue means after that I run kubectl get secrets regcred -n namespaces -o json etc would result original value. |
If you run |
Thanks @jkroepke your above comments resolved my issue. Actually I am new to the Helm and your statement provided more clarity to me. Now I am running only decrypt secret key and it resolved my issue. Thanks a ton :)
|
Current Behavior
I have a secrets.yaml file that contains the values of the secrets needed by my application. After encoding via helm secrets enc secrets.yaml it contains the following:
secrets.yaml
I am running below commands for this deployment in my pipeline
Now, Running base64 decoding against the above values renders:
Here, for this issue I have checked Issue no #95 and #128 mentioned in this repo [zendesk/helm-secrets ](zendesk/helm-secrets#148)
I am using secrets.yaml and following naming convention then why I am still getting helm encrypted value while running base64 --decode.
Can someone help me here?
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: