koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

Introducing env from: config file #22

Open wlan0 opened 6 years ago

wlan0 commented 6 years ago

I believe it is a valid usecase for people where they just import env vars from a local config file.

so, we already have two forms of loading env vars

config:$configMapName and, secret:$SecretName

what does everyone think about having from: file:env_file, and those values are loaded into the the kubernetes manifest, and then sent to kubernetes. Thoughts?