feat: add gateway api crds, cilium depends on them

This commit is contained in:
2026-05-08 22:07:22 +02:00
parent d190c7658f
commit 043c5c1bf3
3 changed files with 18 additions and 0 deletions
@@ -10,3 +10,5 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
dependsOn:
- name: gateway-api-crds
@@ -0,0 +1,12 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: gateway-api-crds
namespace: flux-system
spec:
interval: 10m
path: ./clusters/homelab/infrastructure/gateway-api-crds
prune: false
sourceRef:
kind: GitRepository
name: flux-system
@@ -0,0 +1,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