From 0cd3bf6f2813ec1e687a4ef0693fc7a49adb78b5 Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:04:05 -0700 Subject: [PATCH] Feat/pvc (#13) --- charts/component/Chart.yaml | 2 +- charts/component/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/component/Chart.yaml b/charts/component/Chart.yaml index e226baf..5579ebb 100644 --- a/charts/component/Chart.yaml +++ b/charts/component/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.0.5 +version: 0.0.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/component/templates/deployment.yaml b/charts/component/templates/deployment.yaml index c012e9c..dde98d4 100644 --- a/charts/component/templates/deployment.yaml +++ b/charts/component/templates/deployment.yaml @@ -276,7 +276,7 @@ spec: {{- end }} {{- if .volumeMounts }} volumeMounts: - {{- tpl (toYaml .volumeMounts) . | nindent 12 }} + {{- tpl (toYaml .volumeMounts) $ | nindent 12 }} {{- end }} {{- end }} {{- if .Values.volumes }}