Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 314defb171 |
Binary file not shown.
Binary file not shown.
@@ -55,6 +55,7 @@ spec:
|
|||||||
- name: {{ .name }}
|
- name: {{ .name }}
|
||||||
image: "{{ .image }}:{{ .tag }}"
|
image: "{{ .image }}:{{ .tag }}"
|
||||||
imagePullPolicy: {{ .imagePullPolicy | default "IfNotPresent" }}
|
imagePullPolicy: {{ .imagePullPolicy | default "IfNotPresent" }}
|
||||||
|
{{- include "common.envFromRef.tpl" $ | nindent 10 }}
|
||||||
{{- if .command }}
|
{{- if .command }}
|
||||||
command:
|
command:
|
||||||
- {{ $.Values.shell }}
|
- {{ $.Values.shell }}
|
||||||
|
|||||||
Reference in New Issue
Block a user