From 9ac740dd14a0864f8d5101316bf750106a66eb6e Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Fri, 10 Jun 2022 01:05:32 +0530 Subject: [PATCH] Update configmap.yaml --- helm-chart/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/configmap.yaml b/helm-chart/templates/configmap.yaml index c320e8d..d121ec4 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 }}-helm + name: {{ .Release.Name }}-configmap data: CIRCLE_COLOR: {{ .Values.color.circle }} OVAL_COLOR: {{ .Values.color.oval }}