From ffa7efe9043b77e202215dda7e224098c20cdf1e Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 01:37:12 +0200 Subject: [PATCH] fix: add quotes to hostname template string in fleet.yaml --- 01-openwebui/fleet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-openwebui/fleet.yaml b/01-openwebui/fleet.yaml index d5ff734..8af173f 100644 --- a/01-openwebui/fleet.yaml +++ b/01-openwebui/fleet.yaml @@ -19,7 +19,7 @@ helm: route: enabled: true hostnames: - - openwebui.{{ .Values.global.fleet.clusterLabels.hnrx.net/cluster-name }}.hnrx.net + - "openwebui.{{ .Values.global.fleet.clusterLabels.hnrx.net/cluster-name }}.hnrx.net" parentRefs: - name: http namespace: kgateway-system \ No newline at end of file