add volumes
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user