How to disable monitoring-influxdb-grafana addon in k8s?

It seems that the charm has registered an addon that deployes monitoring-influxdb-grafana for me, and I cant find a way to undeploy it. I deploy my applications myself in k8s with spinnaker and helm. If I delete the deployments its just recreated by juju/charm when it detects that the addon is missing and I cant see a way to disable it.

This is part of the Kubernetes dashboard. You can disable it with juju config kubernetes-master enable-dashboard-addons=false

1 Like