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
When using the Helm chart with an additional key/value pair to be used as an environment variable for a custom token, the env in the deployment.yaml uses the $key as the name of the variable and the $key as the key for the secretKeyRef.
I would like to be able to use the following key/value pair:
When using the Helm chart with an additional key/value pair to be used as an environment variable for a custom token, the
env
in thedeployment.yaml
uses the$key
as thename
of the variable and the$key
as thekey
for thesecretKeyRef
.I would like to be able to use the following key/value pair:
Resulting in a
secretKeyRef
where the name of the env is in uppercase:proposed solution:
The text was updated successfully, but these errors were encountered: