diff --git a/deployments/auth/authentik.yaml b/deployments/auth/authentik.yaml index a256419..68e607b 100644 --- a/deployments/auth/authentik.yaml +++ b/deployments/auth/authentik.yaml @@ -39,6 +39,12 @@ spec: existingSecret: authentik-secret server: ingress: + env: + - name: SECRET_KEY + valueFrom: + secretKeyRef: + name: authentik-secret + key: secret-key enabled: true ingressClassName: traefik annotations: