From f43837b4cc31a114050f33f5cf10cd382b996c65 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 20:43:43 -0600 Subject: [PATCH] add ingresses role back --- infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml index fb3a463..0195a09 100644 --- a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml +++ b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml @@ -157,6 +157,12 @@ rules: - deployments verbs: - '*' +- apiGroups: + - networking.k8s.io + resources: + - ingresses + verbs: + - '*' - apiGroups: - gateway.networking.k8s.io resources: