From f49459f1015fa28f16cb02b9153d05c1ee1d5b61 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 17 Nov 2022 20:08:42 -0600 Subject: [PATCH] test --- nextcloud/values.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index baba2d3..2537ce1 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -51,7 +51,12 @@ nextcloud: secretName: nextcloud-secret usernameKey: username passwordKey: password - + + isecurityContext: + runAsUser: 0 + fsGroup: 0 + runAsNonRoot: false + phpConfigs: {} configs: @@ -69,16 +74,6 @@ nextcloud: postgresql: enabled: false - global: - postgresql: - auth: - username: nextcloud - password: changeme - database: nextcloud - primary: - persistence: - enabled: true - storageClass: "nfs-storage" defaultConfigs: .htaccess: true