Skip to content

Commit

Permalink
fix: reference value from configMapName
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed May 23, 2024
1 parent 727dbc0 commit 8042c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -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 }}'
Expand Down

0 comments on commit 8042c33

Please sign in to comment.