You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?