Skip to content

Commit ef312d3

Browse files
authored
Update charts/nextcloud/templates/deployment.yaml fix fsgroup comment typo
Signed-off-by: JesseBot <jessebot@linux.com>
1 parent cb39e44 commit ef312d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/nextcloud/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ spec:
337337
{{- end }}
338338
{{- else }}
339339
{{- if eq .Values.image.flavor "fpm-alpine" }}
340-
# Will mount configuration files as www-data (id: 82 in alpine, fpm-aline tags)
340+
# Will mount configuration files as www-data (id: 82 in fpm-alpine tags)
341341
fsGroup: 82
342342
{{- else }}
343343
# Will mount configuration files as www-data (id: 33 in apache, fpm tags)

0 commit comments

Comments
 (0)