Skip to content

Commit

Permalink
Update charts/nextcloud/templates/deployment.yaml fix fsgroup comment…
Browse files Browse the repository at this point in the history
… typo

Signed-off-by: JesseBot <[email protected]>
  • Loading branch information
jessebot committed Apr 23, 2023
1 parent 47510d3 commit e27d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e27d420

Please sign in to comment.