canonical / minio-operator

MinIO Operator
Apache License 2.0
2 stars 11 forks source link

fix: set prometheus authentication variable (#157) #158

Closed DnPlas closed 7 months ago

DnPlas commented 7 months ago

This variable allows public access without authentication for prometheus metrics.

Part of canonical/bundle-kubeflow#564

The test_prometheus_grafana_integration test case was doing queries to prometheus and checking the request returned successfully and that the application name and model was listed correctly. To make this test case more accurately, we can add an assertion that also checks that the unit is available, this way we avoid issues like the one described in canonical/bundle-kubeflow#564.

Part of canonical/bundle-kubeflow#564