The name of the ConfigMap for the kube-downscaler is not possible to control via the configMapName
key in the Helm values.yaml file
#55
Labels
bug
Something isn't working
Issue
The kube-downscaler helm chart provides the
configMapName
key. One gets the impression that, with this key, I can control what the name of the generated ConfigMap that Kube-downscaler uses for uptime, downtime configuration and so forth will be named.But, the actual name of the
ConfigMap
will still bepy-kube-downscaler
. But, theConfigMap
ref in thekube-downscaler
Deployment
is referring to the name one uses on theconfigMapName
key.See this search on this GitHub repo: https://github.com/search?q=repo%3Acaas-team%2Fpy-kube-downscaler+configMapName&type=code
And then the actual
Helm template for the ConfigMap
: https://github.com/caas-team/py-kube-downscaler/blob/v24.5.2/chart/templates/configmap.yaml#L4Problem to solve
Make the a value configured on the
configMapName
key reflect through in all the places relevant to theConfigMap
that thekube-downscaler
uses.Further details
I did upgrade to v24.5.2.
Thank you very much.
The text was updated successfully, but these errors were encountered: