Skip to content

Commit

Permalink
Merge pull request #313 from angelnu/patch-1
Browse files Browse the repository at this point in the history
fix if for extraVolumeMounts
  • Loading branch information
tvories authored Nov 8, 2022
2 parents 4113698 + a40de23 commit da174ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 3.3.2
version: 3.3.3
appVersion: 25.0.1
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/nextcloud/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ Create volume mounts for the nextcloud container as well as the cron sidecar con
subPath: {{ $key }}
{{- end }}
{{- end }}
{{- if .Values.nextcloud.extraVolumeMounts }}
{{- toYaml .Values.nextcloud.extraVolumeMounts }}
{{- end }}
{{- if .Values.nextcloud.extraVolumeMounts }}
{{ toYaml .Values.nextcloud.extraVolumeMounts }}
{{- end }}
{{- $nginxEnabled := .Values.nginx.enabled -}}
{{- range $key, $value := .Values.nextcloud.phpConfigs }}
Expand Down

0 comments on commit da174ec

Please sign in to comment.