From 336d48ac285e274f60ef7c0c7b8f180f7bf047d1 Mon Sep 17 00:00:00 2001 From: Johannes <38868829+Fovty@users.noreply.github.com> Date: Thu, 23 May 2024 11:37:42 +0200 Subject: [PATCH] fix: reference value from configMapName (#56) --- chart/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/configmap.yaml b/chart/templates/configmap.yaml index 536b464..4d0624a 100644 --- a/chart/templates/configmap.yaml +++ b/chart/templates/configmap.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "py-kube-downscaler.name" . }} + name: {{ .Values.configMapName }} data: # downscale for non-work hours EXCLUDE_NAMESPACES: '{{- join "," .Values.excludedNamespaces }}'