Closed carlkyrillos closed 3 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign grdryn after the PR has been reviewed.
You can assign the PR to them by writing /assign @grdryn
in a comment when ready.
The full list of commands accepted by this bot can be found here.
The fixed CSV looks good to me. I don't think we necessarily need to retest it fully, as we are just putting back an already tested ClusterRole which was present in 1.7.0. So I will merge this and run the release pipeline.
Description
The ClusterRole for the blackbox-service-account (originally added in version 1.7.0) was removed when AMO was bumped to 1.8.0. This PR adds the ClusterRole back into the CSV.
JIRA: https://issues.redhat.com/browse/MGDAPI-2282
Verification
oc apply -f application-monitoring-operator/deploy/cluster-roles/blackbox-exporter-clusterrole.yaml
oc apply -f application-monitoring-operator/deploy/cluster-roles/blackbox-exporter-clusterrole_binding.yaml
image: quay.io/ckyrillo/application-monitoring-operator:v1.8.1
Screenshot of the dashboard without the bugfix:
Screenshot of the dashboard with the bugfix:
Type of change