From 8bba0976f9781e5c1d55bfbc7e3209c847fbc0a9 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 13:56:17 -0600 Subject: [PATCH] fix sourceref --- infrastructure/ontime-dev-doks/gateway-api/gateway-api.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/ontime-dev-doks/gateway-api/gateway-api.yaml b/infrastructure/ontime-dev-doks/gateway-api/gateway-api.yaml index 06d9e0d..c0e06ed 100644 --- a/infrastructure/ontime-dev-doks/gateway-api/gateway-api.yaml +++ b/infrastructure/ontime-dev-doks/gateway-api/gateway-api.yaml @@ -19,7 +19,8 @@ spec: targetNamespace: kube-system sourceRef: kind: GitRepository - name: podinfo + name: gateway-api + namespace: kube-system path: "./config/crd" prune: true timeout: 1m \ No newline at end of file