Update k8s/core/argocd/external-secrets.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 10s

This commit is contained in:
ab
2025-07-16 13:40:06 +00:00
parent 1be64f2f63
commit aa615fe587

View File

@@ -14,8 +14,8 @@ spec:
labels:
app.kubernetes.io/part-of: argocd
data:
id: "{{ .client_id | quote }}"
secret: "{{ .client_secret | quote }}"
id: "{{ .client_id }}"
secret: "{{ .client_secret }}"
data:
- secretKey: client_id
sourceRef: