From d40548d3a051addcd80e9d3c62bad80814a8c390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Assad?= <jfassad@gazeus.com> Date: Thu, 9 Jan 2020 15:24:50 -0300 Subject: [PATCH] manifests: Regenerate manifests --- manifests/kube-state-metrics-clusterRole.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/manifests/kube-state-metrics-clusterRole.yaml b/manifests/kube-state-metrics-clusterRole.yaml index a0722c70..6b3918f4 100644 --- a/manifests/kube-state-metrics-clusterRole.yaml +++ b/manifests/kube-state-metrics-clusterRole.yaml @@ -86,6 +86,22 @@ rules: - storage.k8s.io resources: - storageclasses + - volumeattachments + verbs: + - list + - watch +- apiGroups: + - admissionregistration.k8s.io + resources: + - validatingwebhookconfigurations + - mutatingwebhookconfigurations + verbs: + - list + - watch +- apiGroups: + - networking.k8s.io + resources: + - networkpolicies verbs: - list - watch -- GitLab