From b44d4540ff63116d43218070d3557ee7e85d8f49 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 26 Sep 2022 11:57:00 +0200 Subject: [PATCH] Update common.yaml Signed-off-by: Kjeld Schouten-Lebbing --- charts/enterprise/blocky/templates/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/enterprise/blocky/templates/common.yaml b/charts/enterprise/blocky/templates/common.yaml index deeed907d3d..a0a743360bf 100644 --- a/charts/enterprise/blocky/templates/common.yaml +++ b/charts/enterprise/blocky/templates/common.yaml @@ -36,7 +36,7 @@ volumeSpec: {{- $_ := set .Values.podAnnotations "prometheus.io/path" "/metrics" -}} {{- $_ := set .Values.podAnnotations "prometheus.io/port" (.Values.service.http.ports.http.targetPort | toString) -}} -{{- if .Values.blocky.enableWebUI -}} +{{- if .Values.webUI.enabled -}} {{- $_ := set .Values.additionalContainers "frontend" (include "blocky.frontend" . | fromYaml) -}} {{- end -}}