Skip to content

Commit

Permalink
Rebase on current master
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Rijken <[email protected]>
  • Loading branch information
Jeroen0494 committed Mar 4, 2023
1 parent a6035d7 commit 9bc22da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/nextcloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,8 @@ spec:
- name: nextcloud-nginx-config
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
{{- if .Values.nextcloud.extraVolumeMounts }}
{{- toYaml .Values.nextcloud.extraVolumeMounts | nindent 8 }}
{{- end }}
readonly: true
{{- include "nextcloud.volumeMounts" . | trim | nindent 8 }}
{{- end }}
{{- with .Values.nextcloud.extraSidecarContainers }}
{{- toYaml . | nindent 6 }}
Expand Down

0 comments on commit 9bc22da

Please sign in to comment.