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:
|
labels:
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
data:
|
data:
|
||||||
id: "{{ .client_id | quote }}"
|
id: "{{ .client_id }}"
|
||||||
secret: "{{ .client_secret | quote }}"
|
secret: "{{ .client_secret }}"
|
||||||
data:
|
data:
|
||||||
- secretKey: client_id
|
- secretKey: client_id
|
||||||
sourceRef:
|
sourceRef:
|
||||||
|
Reference in New Issue
Block a user