Skip to content

Commit

Permalink
Update update-helm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Nov 21, 2024
1 parent af963ef commit c24c2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextcloud-aio-helm-chart/update-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ cat << EOL > /tmp/initcontainers.nextcloud
volumeMountsInitRmLostFound:
{{- if eq .Values.RPSS_ENABLED "yes" }} # AIO-config - do not change this comment!
securityContext:
{{- if ne .Values.RPSS_ENABLED "yes" }}
# AIO settings start # Do not remove or change this line!
- name: init-volumes
image: "alpine:3.20"
command:
- chmod
- "777"
volumeMountsInitContainer:
{{- end }}
# AIO settings end # Do not remove or change this line!
{{- end }} # AIO-config - do not change this comment!
EOL

Expand Down

0 comments on commit c24c2a4

Please sign in to comment.