Skip to content
Snippets Groups Projects
Commit 57efea74 authored by Frederic Branczyk's avatar Frederic Branczyk
Browse files

kube-prometheus: update the Prometheus Operator RBAC roles

parent d5285e02
Branches
Tags
No related merge requests found
......@@ -8,7 +8,13 @@ rules:
resources:
- thirdpartyresources
verbs:
- create
- "*"
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- "*"
- apiGroups:
- monitoring.coreos.com
resources:
......@@ -40,3 +46,7 @@ rules:
resources:
- nodes
verbs: ["list", "watch"]
- apiGroups: [""]
resources:
- namespaces
verbs: ["list"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment