diff --git a/helm-chart/templates/configmap.yaml b/helm-chart/templates/configmap.yaml index d121ec4..c320e8d 100644 --- a/helm-chart/templates/configmap.yaml +++ b/helm-chart/templates/configmap.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ .Release.Name }}-configmap + name: {{ .Release.Name }}-helm data: CIRCLE_COLOR: {{ .Values.color.circle }} OVAL_COLOR: {{ .Values.color.oval }}