authentik: repoint server+worker secretKeyRefs to authentik-secrets-infisical

Both AUTHENTIK_SECRET_KEY and AUTHENTIK_POSTGRESQL__PASSWORD (env) -> key
POSTGRES_PASSWORD now sourced from the Infisical-synced secret. Stateless re: DB
(media PVC only), DB-retry logic -> stay RollingUpdate, no Recreate flip.
Applied via kubectl (not ArgoCD-managed).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 11:16:24 +00:00
co-authored by Claude Opus 4.8
parent 77b0b2385d
commit 88cab601b2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -44,12 +44,12 @@ spec:
valueFrom:
secretKeyRef:
key: POSTGRES_PASSWORD
name: authentik-secrets
name: authentik-secrets-infisical
- name: AUTHENTIK_SECRET_KEY
valueFrom:
secretKeyRef:
key: AUTHENTIK_SECRET_KEY
name: authentik-secrets
name: authentik-secrets-infisical
- name: AUTHENTIK_ERROR_REPORTING__ENABLED
value: 'false'
image: ghcr.io/goauthentik/server:2024.12.3
+2 -2
View File
@@ -44,12 +44,12 @@ spec:
valueFrom:
secretKeyRef:
key: POSTGRES_PASSWORD
name: authentik-secrets
name: authentik-secrets-infisical
- name: AUTHENTIK_SECRET_KEY
valueFrom:
secretKeyRef:
key: AUTHENTIK_SECRET_KEY
name: authentik-secrets
name: authentik-secrets-infisical
- name: AUTHENTIK_ERROR_REPORTING__ENABLED
value: 'false'
image: ghcr.io/goauthentik/server:2024.12.3