azimuth-chat (HuggingFace LLM Kubernetes app) gives Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "test-llm-no-monit" namespace: "" from "": no matches for kind "ServiceMonitor" in version "[monitoring.coreos.com/v1](http://monitoring.coreos.com/v1)" ensure CRDs are installed first when trying to install on clusters with the Cluster Monitoring cluster addon disabled.
Can this be solved without disabling the ServiceMonitor altogether; i.e. by detecting if the Monitoring cluster addon is enabled first and setting .Values.api.monitoring.enabled?