From bfd90476e7dae154369498182540c93451adbbcd Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 7 Feb 2024 17:23:27 -0500 Subject: [PATCH] please --- nextcloud/helmrelease-nextcloud.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nextcloud/helmrelease-nextcloud.yaml b/nextcloud/helmrelease-nextcloud.yaml index aff9dc8..ca9df71 100644 --- a/nextcloud/helmrelease-nextcloud.yaml +++ b/nextcloud/helmrelease-nextcloud.yaml @@ -199,18 +199,18 @@ spec: # Set securityContext parameters for the nextcloud CONTAINER only (will not affect nginx container). # For example, you may need to define runAsNonRoot directive - securityContext: {} - # runAsUser: 33 - # runAsGroup: 33 - # runAsNonRoot: true - # readOnlyRootFilesystem: false + securityContext: + runAsUser: 33 + runAsGroup: 33 + runAsNonRoot: false + readOnlyRootFilesystem: false # Set securityContext parameters for the entire pod. For example, you may need to define runAsNonRoot directive - podSecurityContext: {} - # runAsUser: 33 - # runAsGroup: 33 - # runAsNonRoot: true - # readOnlyRootFilesystem: false + podSecurityContext: + runAsUser: 33 + runAsGroup: 33 + runAsNonRoot: false + readOnlyRootFilesystem: false nginx: ## You need to set an fpm version of the image for nextcloud if you want to use nginx!