diff --git a/deployments/auth/authentik.yaml b/deployments/auth/authentik.yaml index 87661af..a256419 100644 --- a/deployments/auth/authentik.yaml +++ b/deployments/auth/authentik.yaml @@ -34,7 +34,9 @@ spec: disableWait: false timeout: 10m values: - # Optional example values below + secret: + create: false + existingSecret: authentik-secret server: ingress: enabled: true @@ -50,7 +52,7 @@ spec: tls: - secretName: authentik-tls hosts: - - authentik.example.com + - auth.hxme.net postgresql: enabled: true # Set to false if using external DB redis: