Compare commits

...

1 Commits

Author SHA1 Message Date
Youcef Guichi 314defb171 add envFromRef tpl to initcontainers 2023-04-03 10:54:50 +02:00
3 changed files with 1 additions and 0 deletions
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 }}