EnvFrom multiple refs should be separate #2295
Labels
bug
Something isn't working
effort/small
1 day tops
priority/p2
Dependent on community feedback. PR's are welcome :)
Description of the bug:
const deploymentEnv = new kplus.EnvFrom(depConfigMap, undefined, depSecret);
Use it in
deployment.containers.envFrom
. Resulting yaml isThat won't work:
Deployment.apps "dep" is invalid: spec.template.spec.containers[0].envFrom: Invalid value: "": may not have more than one field specified at a time
Expected output:
Reproduction Steps:
See above
Error Log:
Environment:
Other:
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: