From 5e1bf67c8da0acb59c96fa6f9e86e5eec64b2332 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 17 Nov 2022 20:17:56 -0600 Subject: [PATCH] context --- nextcloud/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/values.yaml b/nextcloud/values.yaml index ad08886..0ca0ddc 100644 --- a/nextcloud/values.yaml +++ b/nextcloud/values.yaml @@ -52,7 +52,7 @@ nextcloud: usernameKey: username passwordKey: password - isecurityContext: + securityContext: runAsUser: 0 fsGroup: 0 runAsNonRoot: false