diff --git a/deployments/auth/authentik.yaml b/deployments/auth/authentik.yaml index 3495270..c6b47e5 100644 --- a/deployments/auth/authentik.yaml +++ b/deployments/auth/authentik.yaml @@ -36,6 +36,10 @@ spec: values: authentik: secret_key: 'testtesttesttesttesttest' + error_reporting: + enabled: true + postgresql: + password: "JustAShitPassword" server: ingress: diff --git a/deployments/kustomization.yaml b/deployments/kustomization.yaml index 92e5910..04b8189 100644 --- a/deployments/kustomization.yaml +++ b/deployments/kustomization.yaml @@ -12,5 +12,6 @@ resources: - dns/bind.yaml - dns/externaldns.yaml - ssl/certmanager.yaml + - auth/authentik.yaml - files/nextcloud.yaml - files/syncthing.yaml