diff --git a/applications/templates/authentik.yaml b/applications/templates/authentik.yaml index c821b4f..fbf07a6 100644 --- a/applications/templates/authentik.yaml +++ b/applications/templates/authentik.yaml @@ -25,22 +25,22 @@ spec: - name: AUTHENTIK_DATABASE__HOST valueFrom: secretKeyRef: - name: postgres-authentik-cluster-app + name: pg-authentik-cluster-app key: host - name: AUTHENTIK_POSTGRESQL__NAME valueFrom: secretKeyRef: - name: postgres-authentik-cluster-app + name: pg-authentik-cluster-app key: dbname - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: - name: postgres-authentik-cluster-app + name: pg-authentik-cluster-app key: password - name: AUTHENTIK_POSTGRESQL__USER valueFrom: secretKeyRef: - name: postgres-authentik-cluster-app + name: pg-authentik-cluster-app key: username authentik: secret_key: bGd7nChCpPQmypR64rgF