diff --git a/charts/pagerduty-to-prometheus/Chart.yaml b/charts/pagerduty-to-prometheus/Chart.yaml index 277527a..0b97ee7 100644 --- a/charts/pagerduty-to-prometheus/Chart.yaml +++ b/charts/pagerduty-to-prometheus/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 0.1.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. Versions are not expected to diff --git a/charts/pagerduty-to-prometheus/templates/deployment.yaml b/charts/pagerduty-to-prometheus/templates/deployment.yaml index 96225ba..c63a3a0 100644 --- a/charts/pagerduty-to-prometheus/templates/deployment.yaml +++ b/charts/pagerduty-to-prometheus/templates/deployment.yaml @@ -76,6 +76,7 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} {{- if .Values.extraVolumeMounts }} + volumeMounts: {{ toYaml .Values.extraVolumeMounts | indent 12 }} {{- end }} {{- with .Values.nodeSelector }} @@ -91,5 +92,6 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} {{- if .Values.extraVolumes }} + volumes: {{ toYaml .Values.extraVolumes | indent 6 }} {{- end }}