From a3dd7d68e7aa97a3b6006fcb3b4a2d5aab136f89 Mon Sep 17 00:00:00 2001 From: "guozhi.li" Date: Mon, 23 Oct 2023 11:50:50 +0800 Subject: [PATCH] add role --- helm/operator/templates/operator-clusterrole.yaml | 1 + resources/base/cluster-role.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/helm/operator/templates/operator-clusterrole.yaml b/helm/operator/templates/operator-clusterrole.yaml index b5a9ee97923..3e58817c15b 100644 --- a/helm/operator/templates/operator-clusterrole.yaml +++ b/helm/operator/templates/operator-clusterrole.yaml @@ -18,6 +18,7 @@ rules: - get - update - list + - delete - apiGroups: - "" resources: diff --git a/resources/base/cluster-role.yaml b/resources/base/cluster-role.yaml index 22a8dcad694..2a4df1dab66 100644 --- a/resources/base/cluster-role.yaml +++ b/resources/base/cluster-role.yaml @@ -18,6 +18,7 @@ rules: - get - update - list + - delete - apiGroups: - "" resources: