From 2e9f5c04dc145a8524456a02dbcc45679c9118ec Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 18:47:54 -0600 Subject: [PATCH] add ingresses role back --- infrastructure/ontime-dev/ontime-operator/deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infrastructure/ontime-dev/ontime-operator/deploy.yaml b/infrastructure/ontime-dev/ontime-operator/deploy.yaml index 8371f8a..cf54307 100644 --- a/infrastructure/ontime-dev/ontime-operator/deploy.yaml +++ b/infrastructure/ontime-dev/ontime-operator/deploy.yaml @@ -151,6 +151,12 @@ rules: - deployments verbs: - '*' +- apiGroups: + - networking.k8s.io + resources: + - ingresses + verbs: + - '*' - apiGroups: - gateway.networking.k8s.io resources: