Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 615 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 615 Bytes

etcd-to-env-config

Docker Repository on Quay

Generates(and updates automatically when run as a docker daemon) dot-env files based on etcdctl key-values. The following etcd structure etcdctl set /config/foo/bar baz will generate a env-file in the current directory called foo.env containing bar=baz

To run and update configuration automatically use docker with docker run -v /etc/app-envs:/etc/app-envs --net=host -t quay.io/sgulseth/etcd-to-env-config