Update k8s/core/authentik/external-secrets.yaml

This commit is contained in:
2026-02-27 08:05:05 +00:00
parent 934860111f
commit c83d69446b
+6 -2
View File
@@ -17,12 +17,16 @@ spec:
{{ .username }}
AUTHENTIK_POSTGRESQL__PASSWORD: |-
{{ .password }}
AUTHENTIK_SECRET_KEY: |-
{{ .secret_key }}
POSTGRES_PASSWORD: |-
{{ .password }}
POSTGRES_USER: |-
{{ .username }}
AUTHENTIK_SECRET_KEY: |-
{{ .secret_key }}
username: |-
{{ .password }}
password: |-
{{ .username }}
data:
- secretKey: password
sourceRef: