From eaef4f9c20739448db70a892625eeac4747db91d Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 14:49:53 -0600 Subject: [PATCH] switch role to httproutes --- infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml index f74eac4..95116dc 100644 --- a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml +++ b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml @@ -152,9 +152,9 @@ rules: verbs: - '*' - apiGroups: - - networking.k8s.io + - gateway.networking.k8s.io resources: - - ingresses + - httproutes verbs: - '*' ---