Skip to content
Snippets Groups Projects
Commit 936622aa authored by Dan Mace's avatar Dan Mace
Browse files

Add missing resource to operator role

Add a missing 'prometheuses/finalizers' resource to the operator cluster role.
Without this role, the operator will fail to create a default secret for a
Prometheus instance in the absence of any service monitors.

The fix seems to already be present in the `examples` version of the role; this
patch brings the contrib version in line with the example.
parent e8a19234
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ rules:
resources:
- alertmanagers
- prometheuses
- prometheuses/finalizers
- servicemonitors
verbs:
- "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment