From 0a0fc5beca79ae60cbd82ecd71cd7ccce1b8119a Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 8 May 2026 22:14:20 +0200 Subject: [PATCH] fix: add tlsroute experimental crd for cilium --- .../homelab/infrastructure/gateway-api-crds/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/homelab/infrastructure/gateway-api-crds/kustomization.yaml b/clusters/homelab/infrastructure/gateway-api-crds/kustomization.yaml index e0bd448..fc11575 100644 --- a/clusters/homelab/infrastructure/gateway-api-crds/kustomization.yaml +++ b/clusters/homelab/infrastructure/gateway-api-crds/kustomization.yaml @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.1/standard-install.yaml + - https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.4.1/config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml