diff --git a/apps/templates/authentik-helm.yaml b/apps/templates/authentik-helm.yaml index 539e938..cd5f418 100644 --- a/apps/templates/authentik-helm.yaml +++ b/apps/templates/authentik-helm.yaml @@ -47,6 +47,15 @@ spec: secretKeyRef: name: authentik-secrets key: bootstrap_token + - name: AUTHENTIK_POSTGRESQL__HOST + value: authentik-postgres-rw + - name: AUTHENTIK_POSTGRESQL__NAME + value: authentik + - name: AUTHENTIK_POSTGRESQL__USER + valueFrom: + secretKeyRef: + name: authentik-postgres-credentials + key: username - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: