Update k8s/core/argocd/external-secrets.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user