From d0282254682ce96f05768b7733496df149d28908 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 26 Nov 2021 18:04:28 +0700 Subject: [PATCH] fix(platform/gitea): fix PostgreSQL storage class --- platform/gitea/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/gitea/values.yaml b/platform/gitea/values.yaml index e23abaee..a5e56e51 100644 --- a/platform/gitea/values.yaml +++ b/platform/gitea/values.yaml @@ -18,3 +18,6 @@ gitea: LANDING_PAGE: explore persistence: storageClass: longhorn + postgresql: + persistence: + storageClass: longhorn