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 }}