diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index 31eb62480..85f4e353b 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -87,6 +87,14 @@ argo-cd: - mountPath: /home/argocd/cmp-server/config/cdk8s.yaml subPath: cdk8s.yaml name: argocd-cmp-cm + - mountPath: /tmp + name: cmp-tmp + volumes: + - name: argocd-cmp-cm + configMap: + name: argocd-cmp-cm + - name: cmp-tmp + emptyDir: {} metrics: enabled: true serviceMonitor: