From 3b6510dfd4c9aeee5f0fac596a6e5231740291ba Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 10 May 2026 19:13:05 +1000 Subject: [PATCH] feat: deploy gatewayapi crds - enable gateway api crds --- clusters/au-syd1/bootstrap/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/au-syd1/bootstrap/kustomization.yaml b/clusters/au-syd1/bootstrap/kustomization.yaml index 5fec74b..bb2e5d3 100644 --- a/clusters/au-syd1/bootstrap/kustomization.yaml +++ b/clusters/au-syd1/bootstrap/kustomization.yaml @@ -4,6 +4,7 @@ kind: Kustomization resources: - https://raw.githubusercontent.com/argoproj/argo-cd/refs/tags/v3.3.2/manifests/ha/install.yaml + - https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/github/kubernetes-sigs/gateway-api/releases/download/v1.5.1/standard-install.yaml - au-syd1-apps.yaml - argocd-self-app.yaml