From f6dae8bd711a47e92239a2e5736e7ac328cc8fe9 Mon Sep 17 00:00:00 2001
From: Joakim Karlsson <joakim@roffe.nu>
Date: Wed, 18 Apr 2018 12:52:58 +0200
Subject: [PATCH] updated jsonnet code

---
 .../prometheus-operator-cluster-role.libsonnet                   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jsonnet/prometheus-operator/prometheus-operator-cluster-role.libsonnet b/jsonnet/prometheus-operator/prometheus-operator-cluster-role.libsonnet
index db8bcd7b..858d7542 100644
--- a/jsonnet/prometheus-operator/prometheus-operator-cluster-role.libsonnet
+++ b/jsonnet/prometheus-operator/prometheus-operator-cluster-role.libsonnet
@@ -53,6 +53,7 @@ local routingRule = policyRule.new() +
   policyRule.withApiGroups([""]) +
   policyRule.withResources([
     "services",
+    "endpoints",
   ]) +
   policyRule.withVerbs(["get", "create", "update"]);
 
-- 
GitLab