From ccb97e403804a848c2ae71d8d327e2e96629fe5f Mon Sep 17 00:00:00 2001 From: auricom Date: Tue, 1 Jun 2021 06:59:10 +0200 Subject: [PATCH] fix: hass remove rflink --- cluster/apps/home/home-assistant/helm-release.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cluster/apps/home/home-assistant/helm-release.yaml b/cluster/apps/home/home-assistant/helm-release.yaml index 9a164df3b..291f10ddf 100644 --- a/cluster/apps/home/home-assistant/helm-release.yaml +++ b/cluster/apps/home/home-assistant/helm-release.yaml @@ -107,13 +107,3 @@ spec: memory: 1000Mi postgresql: enabled: false - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - { - key: "feature.node.kubernetes.io/custom-rflink", - operator: In, - values: ["true"], - }