forked from ab/homelab
Added argocd
This commit is contained in:
@ -10,9 +10,12 @@ spec:
|
||||
deletionPolicy: Delete
|
||||
template:
|
||||
type: Opaque
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/part-of: argocd
|
||||
data:
|
||||
dex.authentik.clientID: "{{ .client_id | quote }}"
|
||||
dex.authentik.clientSecret: "{{ .client_secret | quote }}"
|
||||
id: "{{ .client_id | quote }}"
|
||||
secret: "{{ .client_secret | quote }}"
|
||||
data:
|
||||
- secretKey: client_id
|
||||
sourceRef:
|
||||
|
Reference in New Issue
Block a user