feat(argo-cd): add ImagePullPolicy to repo server init container (#1228)
This commit is contained in:
parent
3c2ca2cdbe
commit
5d6442b4be
2 changed files with 3 additions and 2 deletions
|
|
@ -202,6 +202,7 @@ spec:
|
|||
- /usr/local/bin/argocd
|
||||
- /var/run/argocd/argocd-cmp-server
|
||||
image: {{ default .Values.global.image.repository .Values.repoServer.image.repository }}:{{ default (include "argo-cd.defaultTag" .) .Values.repoServer.image.tag }}
|
||||
imagePullPolicy: {{ default .Values.global.image.imagePullPolicy .Values.repoServer.image.imagePullPolicy }}
|
||||
name: copyutil
|
||||
resources:
|
||||
{{- toYaml .Values.repoServer.copyutil.resources | nindent 10 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue