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
Currently, you can only pass in extra environment variables as key value pairs in the values file:
env:
foo: bar
however, this does not help if you need to pass in variables from config maps or secrets. It would be super helpful to be able to add something like the following to the values:
The only way I have found is to create a secret and add it as the externalSecrets, however, this then requires me to manage ALL the environment variables for all the secrets, which is not ideal.
The text was updated successfully, but these errors were encountered:
Currently, you can only pass in extra environment variables as key value pairs in the values file:
however, this does not help if you need to pass in variables from config maps or secrets. It would be super helpful to be able to add something like the following to the values:
The only way I have found is to create a secret and add it as the
externalSecrets
, however, this then requires me to manage ALL the environment variables for all the secrets, which is not ideal.The text was updated successfully, but these errors were encountered: