add back local cluster

This commit is contained in:
Joel Wetzell
2025-12-29 14:34:19 -06:00
parent c7a9b86a4b
commit 670052c26d
15 changed files with 10945 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: gateway-api
namespace: kube-system
spec:
interval: 5m
url: https://github.com/kubernetes-sigs/gateway-api
ref:
tag: v1.4.0
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: gateway-api
namespace: kube-system
spec:
interval: 10m
targetNamespace: kube-system
sourceRef:
kind: GitRepository
name: gateway-api
namespace: kube-system
path: "./config/crd"
prune: true
timeout: 1m