Using cloudposse’s monochart, I’m trying to populate deployment
env values from both
Values.env and
Values.envFromFieldRefFieldPath, but it’s rendering two separate
env values in the chart. when I install the chart, only one of those
env values ends up in the deployment.
is it the case that line 68 here should be removed?
https://github.com/cloudposse/charts/blob/master/incubator/monochart/templates/_helpers.tpl#L57-L75