From 16a1fb2280783fb2913d37a04dc0bf893544f5e1 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 26 Oct 2025 11:21:19 -0500 Subject: [PATCH] add ingress role --- config/rbac/role.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index da151b8..fbecc08 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -58,5 +58,11 @@ rules: - "apps" resources: - "deployments" +- verbs: + - "*" + apiGroups: + - "networking.k8s.io" + resources: + - "ingresses" # +kubebuilder:scaffold:rules