canonical / charmed-kubeflow-chisme

Shared Utilities used across Charmed Kubeflow
Apache License 2.0
1 stars 4 forks source link

fix: remove assertion of BlockedStatus message #105

Closed DnPlas closed 1 month ago

DnPlas commented 1 month ago

To avoid relying on a mutable message, this commit removes the assertion done for checking the status of the grafana-agent-k8s charm after being deployed.

Fixes #104