You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the K8s secret manifest I put the secret at data field as non-base64 encoded secret. The helm diff execution works great and returns exit code 2 for diff.
However for helm upgrade it failed exit code 1 because the secret data is non-base64 encoded.
I would like to know if there is a way to verify at helm diff stage that the secret is non-base64 encoded and return with 1. Or is there any plan to implement this check?