coreos / kpm

KPM is a tool to deploy and manage application stacks on Kubernetes.
Apache License 2.0
124 stars 29 forks source link

Variables from file #113

Closed ant31 closed 8 years ago

ant31 commented 8 years ago

variables can be set via a yaml/json/jsonnet file

kpm deploy my/app -x variables.jsonnet

kpm deploy my/app -x variables.yaml -x var2=value2 -x file2.json