From 6c44e290a01b13cd6269317520541625125e52e4 Mon Sep 17 00:00:00 2001 From: kabicin <37311900+kabicin@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:08:58 -0400 Subject: [PATCH] Add Job create permissions for tests --- config/rbac/kind-kuttl-rbac.yaml | 1 + config/rbac/kuttl-rbac.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/rbac/kind-kuttl-rbac.yaml b/config/rbac/kind-kuttl-rbac.yaml index 0046d330..d18e62b6 100644 --- a/config/rbac/kind-kuttl-rbac.yaml +++ b/config/rbac/kind-kuttl-rbac.yaml @@ -139,5 +139,6 @@ rules: verbs: - get - list + - create - patch - delete \ No newline at end of file diff --git a/config/rbac/kuttl-rbac.yaml b/config/rbac/kuttl-rbac.yaml index afd554be..0e2892a0 100644 --- a/config/rbac/kuttl-rbac.yaml +++ b/config/rbac/kuttl-rbac.yaml @@ -143,5 +143,6 @@ rules: verbs: - get - list + - create - patch - delete