argo-cd: add server init containers (#131)
This commit is contained in:
parent
cc0746951b
commit
b2e9de6019
5 changed files with 26 additions and 1 deletions
|
|
@ -59,3 +59,11 @@ spec:
|
|||
{{- if .Values.repoServer.volumes }}
|
||||
{{ toYaml .Values.repoServer.volumes | nindent 6 | trim }}
|
||||
{{- end }}
|
||||
{{- if .Values.repoServer.initContainers }}
|
||||
initContainers:
|
||||
{{ toYaml .Values.repoServer.initContainers | nindent 6 | trim }}
|
||||
{{- end }}
|
||||
{{- if .Values.repoServer.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml .Values.repoServer.imagePullSecrets | nindent 6 | trim }}
|
||||
{{- end }}
|
||||
|
|
@ -74,3 +74,4 @@ spec:
|
|||
{{- if .Values.server.volumes }}
|
||||
{{ toYaml .Values.server.volumes | nindent 6 | trim }}
|
||||
{{- end }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue