This PR fixes issue #2716 by adding logic to make sure a ENV variable which is specified in a Secret is not added as an empty ENV variable too, resulting in a duplicate key (one from the Secret, one as the default value in OperatorConfiguration which is "").
This PR fixes issue #2716 by adding logic to make sure a ENV variable which is specified in a Secret is not added as an empty ENV variable too, resulting in a duplicate key (one from the Secret, one as the default value in OperatorConfiguration which is "").