Skip to content

Commit

Permalink
fix wrong additional volumes and volumeMounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Mar 18, 2020
1 parent 342f081 commit a95751e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/helm-chart/brudi-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: A Helm chart for deploying the brudi-operator to your kubernetes cl

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.0.2-beta.10
version: 0.0.2-beta.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v0.0.1-beta.6
appVersion: v0.0.1-beta.7
2 changes: 1 addition & 1 deletion helm-charts/backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.0.0-beta.5
version: 0.0.0-beta.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/backup/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ spec:
volumeMounts:
- name: config-volume
mountPath: /etc/config
{{- with .Values.additionalVolumes }}
{{- with .Values.additionalVolumeMounts }}
{{- toYaml . | nindent 16 }}
{{- end }}

0 comments on commit a95751e

Please sign in to comment.