From b040647f63ca88271ff8e6780bf12d8abe6be065 Mon Sep 17 00:00:00 2001 From: Franco Date: Wed, 4 Oct 2023 19:36:51 -0300 Subject: [PATCH] Add missing delete RBAC rule --- helm/exception-recommender/templates/rbac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/exception-recommender/templates/rbac.yaml b/helm/exception-recommender/templates/rbac.yaml index 9a1ea3b..dd1cd5e 100644 --- a/helm/exception-recommender/templates/rbac.yaml +++ b/helm/exception-recommender/templates/rbac.yaml @@ -26,6 +26,7 @@ rules: - watch - update - patch + - delete --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding