add volumes

This commit is contained in:
2025-06-02 15:54:28 -05:00
parent d8da258254
commit c842df12d9

View File

@@ -87,6 +87,14 @@ argo-cd:
- mountPath: /home/argocd/cmp-server/config/cdk8s.yaml - mountPath: /home/argocd/cmp-server/config/cdk8s.yaml
subPath: cdk8s.yaml subPath: cdk8s.yaml
name: argocd-cmp-cm name: argocd-cmp-cm
- mountPath: /tmp
name: cmp-tmp
volumes:
- name: argocd-cmp-cm
configMap:
name: argocd-cmp-cm
- name: cmp-tmp
emptyDir: {}
metrics: metrics:
enabled: true enabled: true
serviceMonitor: serviceMonitor: