From ffc175d22c555082ed0dd383625cffe6ca5abec8 Mon Sep 17 00:00:00 2001 From: tvories Date: Thu, 5 Dec 2024 14:25:15 -0700 Subject: [PATCH] fix(home-assistant): remove env config dir Signed-off-by: tvories --- .../cluster-0/manifests/home/home-assistant/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/clusters/cluster-0/manifests/home/home-assistant/helmrelease.yaml b/k8s/clusters/cluster-0/manifests/home/home-assistant/helmrelease.yaml index 06b778ab35..ea6525826c 100644 --- a/k8s/clusters/cluster-0/manifests/home/home-assistant/helmrelease.yaml +++ b/k8s/clusters/cluster-0/manifests/home/home-assistant/helmrelease.yaml @@ -50,7 +50,7 @@ spec: tag: 2024.12.0 env: TZ: "${TIMEZONE}" - PYTHONPATH: "/config/deps" + # PYTHONPATH: "/config/deps" POSTGRES_HOST: valueFrom: secretKeyRef: