fix: add quotes to hostname template string in fleet.yaml

This commit is contained in:
2026-05-05 01:37:12 +02:00
parent c06f1bb14e
commit ffa7efe904
+1 -1
View File
@@ -19,7 +19,7 @@ helm:
route: route:
enabled: true enabled: true
hostnames: hostnames:
- openwebui.{{ .Values.global.fleet.clusterLabels.hnrx.net/cluster-name }}.hnrx.net - "openwebui.{{ .Values.global.fleet.clusterLabels.hnrx.net/cluster-name }}.hnrx.net"
parentRefs: parentRefs:
- name: http - name: http
namespace: kgateway-system namespace: kgateway-system