fix: typo

This commit is contained in:
Stefan Reimer 2025-04-11 15:17:15 +00:00
parent 79074905e2
commit 461d0a939e

View File

@ -42,7 +42,7 @@ argo-cd:
{{- include "aws-iam-volumemounts" . | nindent 6 }}
extraContainers:
- name: cmp-vals
- name: cmp-kubezero-git-sync
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 {{ "}}" }}'
command: ["/var/run/argocd/argocd-cmp-server"]