SysbeeTech / kubedeploy

Kubedeploy
https://kubedeploy.app/
Apache License 2.0
5 stars 2 forks source link

Custom env per init or additional container #12

Open btoic opened 11 months ago

btoic commented 11 months ago

Allow defining custom env per init/additional container. Currently global env vars are configured for all containers.

Current behaviour might not be desirable if init or additional containers require different values for same env var.

Feature should follow similar logic as resource requirements do.

  1. Use per container defined env vars
  2. Use init/additional container global env vars if defined
  3. Use global env vars if defined

Would be nice to have possibility to concatenate or disable env vars with each previous layer.