From acd94bfa3f6b84c9ecd34b3acf7eb8c348b3a4f0 Mon Sep 17 00:00:00 2001 From: Pedro Juarez Date: Mon, 12 Feb 2024 21:31:38 -0800 Subject: [PATCH] Add MinIOJob Resource grants to Operator cluster role (#1982) Signed-off-by: pjuarezd --- helm/operator/templates/operator-clusterrole.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm/operator/templates/operator-clusterrole.yaml b/helm/operator/templates/operator-clusterrole.yaml index 3e58817c15b..318760e8305 100644 --- a/helm/operator/templates/operator-clusterrole.yaml +++ b/helm/operator/templates/operator-clusterrole.yaml @@ -3,6 +3,16 @@ kind: ClusterRole metadata: name: minio-operator-role rules: + - apiGroups: + - "job.min.io" + resources: + - miniojobs + verbs: + - list + - get + - update + - delete + - watch - apiGroups: - "apiextensions.k8s.io" resources: