From 22c6fcde1f499ac004fe6a874c97bdfbc503b18c Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 4 Dec 2022 10:53:46 -0600 Subject: [PATCH] move to longhorn --- authentik/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 077f7f0..c2e412c 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -145,7 +145,9 @@ authentik: existingSecret: authentik-postgresql1 persistence: enabled: true - existingClaim: authentik-pvc + storageClass: longhorn + accessModes: + - ReadWriteMany redis: enabled: true architecture: standalone