refactor: namespace cluster labels with hnrx.net prefix across fleet configurations

This commit is contained in:
2026-05-05 00:28:03 +02:00
parent e9fd1a18d7
commit 69fb23647e
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ helm:
# WICHTIG: Nur diese Domain verwalten
domainFilters:
- "{{ .Values.global.fleet.clusterLabels.cluster-name }}.hnrx.net" # <--- ÄNDERE DIES auf deine Domain (muss im UniFi als Domain konfiguriert sein?)
- "{{ .Values.global.fleet.clusterLabels.hnrx.net/cluster-name }}.hnrx.net" # <--- ÄNDERE DIES auf deine Domain (muss im UniFi als Domain konfiguriert sein?)
- "hnrx.net"
# Registry (verhindert, dass external-dns fremde Einträge überschreibt)
txtOwnerId: "{{ .Values.global.fleet.clusterLabels.cluster-name }}"
txtOwnerId: "{{ .Values.global.fleet.clusterLabels.hnrx.net/cluster-name }}"