diff --git a/charts/crisp-status-local/Chart.yaml b/charts/crisp-status-local/Chart.yaml index d7de4b1..3559ab7 100644 --- a/charts/crisp-status-local/Chart.yaml +++ b/charts/crisp-status-local/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.1 +version: 0.1.2 # 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/crisp-status-local/templates/deployment.yaml b/charts/crisp-status-local/templates/deployment.yaml index 168fd7b..7a4e728 100644 --- a/charts/crisp-status-local/templates/deployment.yaml +++ b/charts/crisp-status-local/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} volumes: - - config-secret: + - name: config-secret secret: secretName: {{ include "crisp-status-local.fullname" . }}-config optional: false