feat(argo-cd): add ImagePullPolicy to repo server init container (#1228)

This commit is contained in:
Kevin Franklin Kim 2022-04-19 13:01:45 +02:00 committed by GitHub
parent 3c2ca2cdbe
commit 5d6442b4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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 }}