diff --git a/clusters/cl01tl/deployment/argocd/templates/external-secret.yaml b/clusters/cl01tl/deployment/argocd/templates/external-secret.yaml index 59aeb2649..4ae81bf7d 100644 --- a/clusters/cl01tl/deployment/argocd/templates/external-secret.yaml +++ b/clusters/cl01tl/deployment/argocd/templates/external-secret.yaml @@ -31,10 +31,10 @@ spec: apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: argocd-ntfy-secret + name: argocd-notifications-secret namespace: {{ .Release.Namespace }} labels: - app.kubernetes.io/name: argocd-ntfy-secret + app.kubernetes.io/name: argocd-notifications-secret app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }} spec: @@ -42,7 +42,7 @@ spec: kind: ClusterSecretStore name: vault data: - - secretKey: token + - secretKey: ntfy-token remoteRef: conversionStrategy: Default decodingStrategy: None diff --git a/clusters/cl01tl/deployment/argocd/values.yaml b/clusters/cl01tl/deployment/argocd/values.yaml index 97a77600f..beff3c4aa 100644 --- a/clusters/cl01tl/deployment/argocd/values.yaml +++ b/clusters/cl01tl/deployment/argocd/values.yaml @@ -111,6 +111,9 @@ argo-cd: enabled: true notifications: enabled: true + secret: + create: false + name: argocd-notifications-secret metrics: enabled: true serviceMonitor: @@ -122,7 +125,7 @@ argo-cd: - name: Title value: ArgoCD - name: Authorization - value: Bearer $argocd-ntfy-secret:token + value: Bearer $ntfy-token livenessProbe: enabled: true readinessProbe: