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"], - }