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
What happened: Got an error with secret value fetching, since my keys were in camel case and the chart expects snake case
What you expected to happen: I don't think the choice of case matters, as long as it is consistent. If camel case is used under the secrets property, camel case should be expected in the existingSecret as well.
How to reproduce it (as minimally and precisely as possible): Deploy the chart with a existingSecret that has the same keys under the secret property.
Anything else we need to know: Not really, thanks for the chart and making our lives easier. This is nitpicking, and from the container logs the solution was obvious!
The text was updated successfully, but these errors were encountered:
Describe the bug
The README file states that the
existingSecret
must contain the keys described "below", which are in camel case. However, the chart extract secret values with snake case keys.Version of Helm and Kubernetes:
Helm Version:
Kubernetes Version:
Which version of the chart: 7.4.2
What happened: Got an error with secret value fetching, since my keys were in camel case and the chart expects snake case
What you expected to happen: I don't think the choice of case matters, as long as it is consistent. If camel case is used under the
secrets
property, camel case should be expected in theexistingSecret
as well.How to reproduce it (as minimally and precisely as possible): Deploy the chart with a
existingSecret
that has the same keys under thesecret
property.Anything else we need to know: Not really, thanks for the chart and making our lives easier. This is nitpicking, and from the container logs the solution was obvious!
The text was updated successfully, but these errors were encountered: