refactor: reorganize fleet bundles and shift BGP and gateway-api configurations to new directory structure

This commit is contained in:
2026-05-04 17:49:09 +02:00
parent 1756483d10
commit 601e9ea176
6 changed files with 59 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# deployments/02-bgp-config/fleet.yaml
kind: Bundle
metadata:
name: bgp-config # Dieser Name ist wichtig für die Abhängigkeit
targetCustomizations:
- name: all-clusters
clusterSelector:
matchExpressions:
- key: bgp-cidr
operator: Exists
helm:
values:
# Hier deine Logik mit dem CIDR-Label-Replace
rawCidr: "${index .ClusterLabels \"bgp-cidr\"}"