From 230ea56d750a8719282e4fb1f4ef7bcfcd2e0167 Mon Sep 17 00:00:00 2001 From: Kilian Date: Mon, 11 Aug 2025 15:36:22 +0200 Subject: [PATCH] Update hub-frontend.yaml --- charts/hub/templates/kerberos-hub/hub-frontend.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/hub/templates/kerberos-hub/hub-frontend.yaml b/charts/hub/templates/kerberos-hub/hub-frontend.yaml index abc4fa9..54fe798 100644 --- a/charts/hub/templates/kerberos-hub/hub-frontend.yaml +++ b/charts/hub/templates/kerberos-hub/hub-frontend.yaml @@ -337,6 +337,10 @@ spec: value: "{{ .Values.kerberoshub.frontend.colorDeviceIdle }}" - name: COLOR_DEVICE_MOTION value: "{{ .Values.kerberoshub.frontend.colorDeviceMotion }}" + - name: COLOR_LIVE_VIEW_CONTROL_ACTIVE + value: "{{ .Values.kerberoshub.frontend.colorLiveViewControlActive }}" + - name: COLOR_LIVE_VIEW_CONTROL_MOTION + value: "{{ .Values.kerberoshub.frontend.colorLiveViewControlMotion }}" - name: COLOR_FLOOR_PLAN_LABEL_TEXT value: "{{ .Values.kerberoshub.frontend.colorFloorPlanLabelText }}" - name: COLOR_FLOOR_PLAN_LABEL_BACKGROUND