Not ideal, but we need to hardcode the HELMRELEASE name in .helmstaging.yml and _.helmproduction.yml in order to populate the labelSelector rule in the affinity section.
if the _HELMRELEASE value is changed in .travis.yml , it should also be changed in the helm files in order to have the antiAffinityRule working.
Added antiAffinityRules to avoid two pods running on the same node.
Waiting to validate the new chart version in src-d/charts#127
Not ideal, but we need to hardcode the HELMRELEASE name in .helmstaging.yml and _.helmproduction.yml in order to populate the labelSelector rule in the affinity section.
if the _HELMRELEASE value is changed in .travis.yml , it should also be changed in the helm files in order to have the antiAffinityRule working.
Signed-off-by: David Riosalido driosalido@sourced.tech