From 8e7f47fc543bedc51416830ebe68f91fa9a019c8 Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Fri, 10 Jun 2022 01:02:59 +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 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 }}