Duplicate values in deployment.yaml
In commit 180f7896f0461fc57340ae76922eb91f9d8e2a8b
, it appears that duplicate values were added for affinity
, tolerations
, and nodeSelector
in the deployment.yaml.
Below is the error I am receiving:
Warning error 42m helm-controller Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:
line 152: mapping key "tolerations" already defined at line 73
line 156: mapping key "affinity" already defined at line 77
Edited by Michael Kruggel