From 4639ef1d6fe110607428e14be09538e4e10f5735 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 01:40:05 +0200 Subject: [PATCH] fix: update template syntax for cluster label retrieval in OpenWebUI fleet configuration --- 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 8af173f..416d1a6 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.${ get .ClusterLabels \"hnrx.net/cluster-name\" }.hnrx.net" parentRefs: - name: http namespace: kgateway-system \ No newline at end of file