From e27d420d20da8066c76d3078bb4b61465cc1ca3b Mon Sep 17 00:00:00 2001 From: JesseBot Date: Sun, 16 Apr 2023 18:03:57 +0200 Subject: [PATCH] Update charts/nextcloud/templates/deployment.yaml fix fsgroup comment typo Signed-off-by: JesseBot --- charts/nextcloud/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/templates/deployment.yaml b/charts/nextcloud/templates/deployment.yaml index a68465cf..ce47b04a 100644 --- a/charts/nextcloud/templates/deployment.yaml +++ b/charts/nextcloud/templates/deployment.yaml @@ -337,7 +337,7 @@ spec: {{- end }} {{- else }} {{- if eq .Values.image.flavor "fpm-alpine" }} - # Will mount configuration files as www-data (id: 82 in alpine, fpm-aline tags) + # Will mount configuration files as www-data (id: 82 in fpm-alpine tags) fsGroup: 82 {{- else }} # Will mount configuration files as www-data (id: 33 in apache, fpm tags)