From c842df12d946359b3120ffbcacc57f78cbb2425f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 2 Jun 2025 15:54:28 -0500 Subject: [PATCH] add volumes --- clusters/cl01tl/deployment/argocd/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: