From 80b2a511be39dadc99da56c08d8b1e41f050d52c Mon Sep 17 00:00:00 2001 From: Dan Mace <ironcladlou@gmail.com> Date: Thu, 15 Feb 2018 16:12:54 -0500 Subject: [PATCH] Give operator permission to manager alertmanagers Add a missing resource to the operator's cluster role allowing it to correctly manager alertmanagers. --- .../prometheus-operator/prometheus-operator-cluster-role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml b/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml index 809c9a70..1b13c899 100644 --- a/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml +++ b/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml @@ -21,6 +21,7 @@ rules: - alertmanagers - prometheuses - prometheuses/finalizers + - alertmanagers/finalizers - servicemonitors verbs: - "*" -- GitLab