From d9ab8e8af7563242cb8bc6b9b43ed769185dfd52 Mon Sep 17 00:00:00 2001 From: Thomas Stocker Date: Tue, 4 Nov 2025 11:55:37 +0100 Subject: [PATCH] feat: update hostnam param with base-url Signed-off-by: Thomas Stocker --- contrib/helm/charts/probo/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/helm/charts/probo/templates/configmap.yaml b/contrib/helm/charts/probo/templates/configmap.yaml index 47c6ef827..2ab06bf3a 100644 --- a/contrib/helm/charts/probo/templates/configmap.yaml +++ b/contrib/helm/charts/probo/templates/configmap.yaml @@ -19,7 +19,7 @@ data: {{- end }} probod: - hostname: {{ .Values.probo.hostname | quote }} + base-url: {{ .Values.probo.base-url | quote }} encryption-key: {{ .Values.probo.encryptionKey | quote }} chrome-dp-addr: {{ include "probo.chrome.addr" . | quote }}