From 6307871584dc8236ea72dadeca8fcc4a88b81319 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 23 Jan 2024 20:52:04 +0300 Subject: [PATCH] :hammer: Add `patch` verb to `kubeshark-self-config-role` --- helm-chart/templates/02-cluster-role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/templates/02-cluster-role.yaml b/helm-chart/templates/02-cluster-role.yaml index e99dbbae7..164fe81a3 100644 --- a/helm-chart/templates/02-cluster-role.yaml +++ b/helm-chart/templates/02-cluster-role.yaml @@ -50,3 +50,4 @@ rules: - get - watch - update + - patch