From ec59823f41584fd852ada27e0a0d965a7df816e1 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 17 Nov 2022 20:32:26 -0600 Subject: [PATCH] test --- nextcloud/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index e0200b9..d10c3b1 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -51,8 +51,7 @@ nextcloud: secretName: nextcloud-secret usernameKey: username passwordKey: password - extraSecurityContext: - runAsNonRoot: true + phpConfigs: {} configs: @@ -62,6 +61,9 @@ nextcloud: 'overwriteprotocol' => 'https' ); + extraSecurityContext: + runAsNonRoot: true + internalDatabase: enabled: true