2020-02-28 06:21:50 UTC - Keerthi Kumar S R: Hi all, I am deploying openwhisk on kubernetes. I want to disable nodeAffinity for the pods created by invoker. I disabled affinity by overriding values.yaml but still i not able remove nodeAffinity from the pods. How do i disable nodeAffinity? Can i disable by sending some ENV variables to the Invoker pod? https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1582870910004400 ---- 2020-02-28 16:27:45 UTC - Dave Grove: setting `affinity.enabled` to `false` when deploying the helm chart is supposed to do that https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1582907265005000 ----