From 0bca360188a5bab17f92c513c2d51dc74a4d78ef Mon Sep 17 00:00:00 2001 From: JAM <272807+JessieAMorris@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:44:43 -0700 Subject: [PATCH] Fix volume mount name --- charts/philter/Chart.yaml | 2 +- charts/philter/templates/philter-api/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/philter/Chart.yaml b/charts/philter/Chart.yaml index 1868823..b306fc7 100644 --- a/charts/philter/Chart.yaml +++ b/charts/philter/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.10 +version: 0.1.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. Versions are not expected to diff --git a/charts/philter/templates/philter-api/deployment.yaml b/charts/philter/templates/philter-api/deployment.yaml index eaf44af..06b5e43 100644 --- a/charts/philter/templates/philter-api/deployment.yaml +++ b/charts/philter/templates/philter-api/deployment.yaml @@ -56,7 +56,7 @@ spec: {{- toYaml .Values.api.resources | nindent 12 }} volumeMounts: {{- if .Values.policies.createConfigMap }} - - name: {{ include "philter.fullname" . }}-policies + - name: policies mountPath: "/opt/philter/policies/" {{- end }}