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 }}