reference postgres secret

This commit is contained in:
2025-03-01 23:26:14 -05:00
parent 21b51d6ee2
commit e29064f774

View File

@@ -55,6 +55,11 @@ authentik:
secretKeyRef: secretKeyRef:
name: authentik-credentials name: authentik-credentials
key: authentik-secret-key key: authentik-secret-key
- name: AUTHENTIK_POSTGRESQL__PASSWORD
valueFrom:
secretKeyRef:
name: authentik-credentials
key: user-password
additionalObjects: additionalObjects:
- apiVersion: external-secrets.io/v1beta1 - apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret