diff --git a/charts/templates/config.yaml b/charts/templates/config.yaml index 213b78e..d69db67 100644 --- a/charts/templates/config.yaml +++ b/charts/templates/config.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "charts.fullname" . }} + name: config-chart labels: {{- include "charts.labels" . | nindent 4 }} data: diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 7cb81b9..198b58b 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -48,7 +48,7 @@ spec: volumes: - name: config configMap: - name: {{ include "charts.fullname" . }} + name: config-chart items: - key: config.yml path: config.yml