feat(argo-cd): support initContainers on all pods (#1043)
* feat(argo-cd) support initContainers on all pods Signed-off-by: Mark Pim <j.mark.pim@gmail.com> * Fix linting Signed-off-by: Mark Pim <j.mark.pim@gmail.com> * Run helm-docs Signed-off-by: Mark Pim <j.mark.pim@gmail.com>
This commit is contained in:
parent
b13aa9facf
commit
0bbe2b1aae
8 changed files with 93 additions and 3 deletions
|
|
@ -160,6 +160,10 @@ spec:
|
|||
{{- with .Values.controller.volumes }}
|
||||
{{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.initContainers }}
|
||||
initContainers:
|
||||
{{- toYaml .Values.controller.initContainers | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.priorityClassName }}
|
||||
priorityClassName: {{ .Values.controller.priorityClassName }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue