From d8da2582542d8b411e947f471c70af2badea899a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 2 Jun 2025 15:51:08 -0500 Subject: [PATCH] fix mounts --- clusters/cl01tl/deployment/argocd/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index 2130b953d..31eb62480 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -84,9 +84,9 @@ argo-cd: name: var-files - mountPath: /home/argocd/cmp-server/plugins name: plugins - - mountPath: /home/argocd/cmp-server/config/plugin.yaml - subPath: plugin.yaml - name: cdk8s + - mountPath: /home/argocd/cmp-server/config/cdk8s.yaml + subPath: cdk8s.yaml + name: argocd-cmp-cm metrics: enabled: true serviceMonitor: