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: - '*' ---