Give operator permission to manager alertmanagers

Add a missing resource to the operator's cluster role allowing it to correctly
manager alertmanagers.
This commit is contained in:
Dan Mace
2018-02-16 12:40:32 -05:00
parent 414b380cfa
commit 80b2a511be
@@ -21,6 +21,7 @@ rules:
- alertmanagers
- prometheuses
- prometheuses/finalizers
- alertmanagers/finalizers
- servicemonitors
verbs:
- "*"