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-15 16:12:54 -05:00
parent 414b380cfa
commit 80b2a511be

View File

@ -21,6 +21,7 @@ rules:
- alertmanagers - alertmanagers
- prometheuses - prometheuses
- prometheuses/finalizers - prometheuses/finalizers
- alertmanagers/finalizers
- servicemonitors - servicemonitors
verbs: verbs:
- "*" - "*"