Skip to content

skipper.yaml: Allow type list for environment variables

Compare
Choose a tag to compare
@posener posener released this 08 May 03:43
· 26 commits to master since this release
skipper.yaml spec: enable list type for environment variables

When environment variables are give as list:
  * If a=b, add key a with value b to the docker environment variables.
  * If only a key is given, add it to the docker environment variables if exists in
    the host environment variables.