add envFromRef tpl to initcontainers
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -55,6 +55,7 @@ spec:
|
||||
- name: {{ .name }}
|
||||
image: "{{ .image }}:{{ .tag }}"
|
||||
imagePullPolicy: {{ .imagePullPolicy | default "IfNotPresent" }}
|
||||
{{- include "common.envFromRef.tpl" $ | nindent 10 }}
|
||||
{{- if .command }}
|
||||
command:
|
||||
- {{ $.Values.shell }}
|
||||
|
||||
Reference in New Issue
Block a user