fix: Remove duplicate helmfile-cmp

This commit is contained in:
2026-02-23 11:25:43 +01:00
parent 70f1d7da01
commit 459231db7d
+3 -20
View File
@@ -168,7 +168,7 @@ repoServer:
extraContainers: extraContainers:
- command: - command:
- /var/run/argocd/argocd-cmp-server - /var/run/argocd/argocd-cmp-server
image: git.oceanbox.io/platform/manifests/helmfile-cmp:latest image: {{ .image }}
env: env:
- name: HELM_GIT_ACCESS_TOKEN - name: HELM_GIT_ACCESS_TOKEN
valueFrom: valueFrom:
@@ -177,25 +177,6 @@ repoServer:
name: oceanbox-gitops-repo name: oceanbox-gitops-repo
optional: false optional: false
imagePullPolicy: Always imagePullPolicy: Always
name: helmfile-cmp
securityContext:
runAsNonRoot: true
runAsUser: 999
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/run/argocd
name: var-files
- mountPath: /home/argocd/cmp-server/plugins
name: plugins
- mountPath: /tmp
name: cmp-tmp
- mountPath: /helm-working-dir
name: helm-working-dir
- command:
- /var/run/argocd/argocd-cmp-server
image: {{ .image }}
imagePullPolicy: Always
name: {{ .name }} name: {{ .name }}
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
@@ -209,6 +190,8 @@ repoServer:
name: plugins name: plugins
- mountPath: /tmp - mountPath: /tmp
name: cmp-tmp name: cmp-tmp
- mountPath: /helm-working-dir
name: helm-working-dir
volumes: volumes:
- name: cmp-tmp - name: cmp-tmp
emptyDir: {} emptyDir: {}