From d866f250c87a9fd2de5e7bba181f666efd8b6d00 Mon Sep 17 00:00:00 2001 From: Arnob Kumar Saha Date: Wed, 18 Dec 2024 18:43:49 +0600 Subject: [PATCH] Add create permission for cluster-presets (#629) Signed-off-by: Arnob kumar saha --- charts/cluster-presets/templates/cluster-role.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster-presets/templates/cluster-role.yaml b/charts/cluster-presets/templates/cluster-role.yaml index 5f2dceb0d..e42f77e15 100644 --- a/charts/cluster-presets/templates/cluster-role.yaml +++ b/charts/cluster-presets/templates/cluster-role.yaml @@ -94,7 +94,7 @@ rules: - snapshot.storage.k8s.io resources: - volumesnapshotclasses - verbs: ["get", "list", "watch"] + verbs: ["get", "list", "watch", "create"] # crd watcher - apiGroups: - apiextensions.k8s.io