From bf3ab0eeccaad34e6a1e94b2dfe16db2b2ebf5d2 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 27 Oct 2025 12:36:35 -0500 Subject: [PATCH] add role for persistent volume claims to operator --- config/rbac/role.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index fbecc08..d827a16 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -64,5 +64,11 @@ rules: - "networking.k8s.io" resources: - "ingresses" +- verbs: + - "*" + apiGroups: + - "" + resources: + - "persistentvolumeclaims" # +kubebuilder:scaffold:rules