Skip to content

Commit

Permalink
mount extra volumes if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Nov 4, 2024
1 parent 88fa68a commit e10c1ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/matomo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "5.1.2"
description: A Helm chart for Matomo
name: matomo
version: 11.0.39
version: 11.0.40
8 changes: 7 additions & 1 deletion charts/matomo/templates/post-install-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@ spec:
name: {{ .Values.db.password.secretKeyRef.name }}
key: {{ .Values.db.password.secretKeyRef.key }}
{{ include "matomo.license" . | nindent 8 }}
{{- end -}}
{{- end -}}
{{- if .Values.extraVolumeMounts }}
{{ toYaml .Values.extraVolumeMounts | indent 10 }}
{{- end }}
{{- if .Values.extraVolumes }}
{{ toYaml .Values.extraVolumes | indent 6 }}
{{- end }}

0 comments on commit e10c1ee

Please sign in to comment.