Skip to content

Commit

Permalink
chore: fix end after cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <[email protected]>
  • Loading branch information
wrenix committed Nov 13, 2023
1 parent 097619e commit a83c707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/nextcloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ spec:
# Will mount configuration files as www-data (id: 33) for nextcloud
fsGroup: 33
{{- end }}
{{- end }}{{/* end-with podSecurityContext */}}
{{- if .Values.rbac.enabled }}
serviceAccountName: {{ .Values.rbac.serviceaccount.name }}
{{- end }}

0 comments on commit a83c707

Please sign in to comment.