-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
We have a lot of similar resourceClasses that just have different resource limits/requests. Each one needs a fairly big list of configuration to get working in our cluster though.
Templating in the values.yml file isn't really an option; however, creating the configmap is trivial.
The only problem is that the template for the configmap in the original chart always renders the configmap, so if I add my own configmap named the same thing it shows as a warning in ArgoCD. While this works, it's not ideal.
It would be great if the configmap only rendered if there were resourceClasses or if there was an option to explicitly not render the configmap.
Will submit a PR to add greater detail
Metadata
Metadata
Assignees
Labels
No labels