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
this is related to the change introduced by this PR: #138
when vals is used with helm-secrets, this is now resulting in values being stored with quotes in k8s files where quotes were not expected. This is then causing the relevant apps accessing those values to break.
An example is when things like pem certificates are put in k8s secrets and referneced via vals in helm chart configs. This change puts quotes around those certificate contents causing the app trying to read the certificate to break.
please atleast provide a flag to disable this automatic quoting.
The text was updated successfully, but these errors were encountered:
pdeva
changed the title
automated quoting in values causing breakage everywhere
automated quoting introduced in v0.24.0 values causing breakage everywhere
Apr 13, 2023
pdeva
changed the title
automated quoting introduced in v0.24.0 values causing breakage everywhere
automated quoting introduced in v0.24.0 values causing regressions
Apr 13, 2023
pdeva
changed the title
automated quoting introduced in v0.24.0 values causing regressions
automated quoting introduced in v0.24.0 causing regressions
Apr 13, 2023
this is related to the change introduced by this PR:
#138
when vals is used with
helm-secrets
, this is now resulting in values being stored with quotes in k8s files where quotes were not expected. This is then causing the relevant apps accessing those values to break.An example is when things like pem certificates are put in k8s secrets and referneced via vals in helm chart configs. This change puts quotes around those certificate contents causing the app trying to read the certificate to break.
please atleast provide a flag to disable this automatic quoting.
The text was updated successfully, but these errors were encountered: