From 579cb47ecf560bd38a72899b4d693b8779ff5c95 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 17 Aug 2023 17:29:54 +0300 Subject: [PATCH] :fire: `networking.k8s.io` from `apiGroups` and `ingresses` from `resources` in `ClusterRole` --- helm-chart/templates/02-cluster-role.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/helm-chart/templates/02-cluster-role.yaml b/helm-chart/templates/02-cluster-role.yaml index 714d37994..ae7c9a6fb 100644 --- a/helm-chart/templates/02-cluster-role.yaml +++ b/helm-chart/templates/02-cluster-role.yaml @@ -15,13 +15,11 @@ rules: - "" - extensions - apps - - networking.k8s.io resources: - pods - services - endpoints - persistentvolumeclaims - - ingresses verbs: - list - get