fix: get rid of /helm-working-dir in cmp

This commit is contained in:
2025-05-12 19:59:23 +02:00
parent 910d2dd426
commit abba0999e2
5 changed files with 3 additions and 8 deletions
-2
View File
@@ -239,8 +239,6 @@ spec:
name: plugins
- mountPath: /tmp
name: cmp-tmp
- mountPath: /helm-working-dir
name: helm-working-dir
{{- with .Values.argocd.repoServer.cmp.initContainers }}
initContainers:
{{- toYaml . | nindent 10}}