change secret name
This commit is contained in:
		@@ -26,10 +26,10 @@ spec:
 | 
			
		||||
apiVersion: external-secrets.io/v1beta1
 | 
			
		||||
kind: ExternalSecret
 | 
			
		||||
metadata:
 | 
			
		||||
  name: roundcube-cloudflared-secret
 | 
			
		||||
  name: cloudflared-secret
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: roundcube-cloudflared-secret
 | 
			
		||||
    app.kubernetes.io/name: cloudflared-secret
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: web
 | 
			
		||||
 
 | 
			
		||||
@@ -203,7 +203,7 @@ roundcube:
 | 
			
		||||
              mountPropagation: None
 | 
			
		||||
              subPath: default.conf
 | 
			
		||||
cloudflared-roundcube:
 | 
			
		||||
  existingSecretName: roundcube-cloudflared-secret
 | 
			
		||||
  existingSecretName: cloudflared-secret
 | 
			
		||||
  name: cloudflared-roundcube
 | 
			
		||||
postgres-16-cluster:
 | 
			
		||||
  mode: standalone
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user