From 482fb8ce073b71b66b624a677d6fbae8cf68b3e7 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 12 Dec 2021 17:12:15 +0700 Subject: [PATCH] refactor(platform/authentik): disable persistence Redis --- platform/authentik/values.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/authentik/values.yaml b/platform/authentik/values.yaml index bf59f1dc..03ce4e4d 100644 --- a/platform/authentik/values.yaml +++ b/platform/authentik/values.yaml @@ -27,7 +27,3 @@ authentik: storageClass: longhorn redis: enabled: true - global: - storageClass: longhorn - persistence: - enabled: true