shell.toml

enable running shell from each pod with default
filer & master config
This commit is contained in:
LazyDBA247-Anyvision
2021-01-13 22:15:47 +02:00
parent 8491fbf1c7
commit cfc2033bf8
5 changed files with 28 additions and 0 deletions

View File

@@ -76,6 +76,12 @@ spec:
value: {{ $value | quote }}
{{- end }}
{{- end }}
{{- if .Values.global.extraEnvironmentVars }}
{{- range $key, $value := .Values.global.extraEnvironmentVars }}
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
{{- end }}
command:
- "/bin/sh"
- "-ec"