From ac3c7ab88d95253b93b287fe43a020b07ac3c88c Mon Sep 17 00:00:00 2001 From: Vadim Petrov Date: Wed, 18 Oct 2023 17:13:38 +0200 Subject: [PATCH] Revert "Update rbac.yaml" This reverts commit 56ff5ff5e2e93cac9dc792fe64bb3aa0e008877d. --- charts/spark-operator-chart/templates/rbac.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/charts/spark-operator-chart/templates/rbac.yaml b/charts/spark-operator-chart/templates/rbac.yaml index d9c6c43c1..56ddc1e08 100644 --- a/charts/spark-operator-chart/templates/rbac.yaml +++ b/charts/spark-operator-chart/templates/rbac.yaml @@ -19,6 +19,7 @@ rules: - apiGroups: - "" resources: + - services - configmaps - secrets verbs: @@ -26,16 +27,6 @@ rules: - get - delete - update -- apiGroups: - - "" - resources: - - services - verbs: - - create - - get - - delete - - update - - watch - apiGroups: - extensions - networking.k8s.io