You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That 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
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: