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
Is your feature request related to a problem? Please describe.
Having the ability to add additional environment variables for the create namespace would be helpful - particularly when arguments related to TLS need to passed in to the CLI/commands.
Describe the solution you'd like
Adding additionalEnv: [] either at schema or server.config.namespaces then injecting it into the namespace job with
env:
...
{{- if $.Values.server.config.namespaces.additionalEnv }} {{- toYaml $.Values.server.config.namespaces.additionalEnv | nindent 12 }}{{- end }}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Having the ability to add additional environment variables for the create namespace would be helpful - particularly when arguments related to TLS need to passed in to the CLI/commands.
Describe the solution you'd like
Adding
additionalEnv: []
either atschema
orserver.config.namespaces
then injecting it into the namespace job withThe text was updated successfully, but these errors were encountered: