Bill Maxwell 1e281a0c72 updating to v0.0.3 (#233)
The new version of the agent, can be launched via cattle and run in a k8s environment.
2016-07-28 17:35:44 -07:00

19 lines
522 B
YAML

secrets-bridge:
image: rancher/secrets-bridge:v0.0.3
environment:
CATTLE_ACCESS_KEY: ${CATTLE_ACCESS_KEY}
CATTLE_SECRET_KEY: ${CATTLE_SECRET_KEY}
CATTLE_URL: ${CATTLE_URL}
VAULT_TOKEN: ${VAULT_TOKEN}
VAULT_CUBBYPATH: ${VAULT_CUBBYPATH}
command:
- server
- --vault-url
- ${VAULT_URL}
- --rancher-url
- $CATTLE_URL
- --rancher-secret
- ${CATTLE_SECRET_KEY}
- --rancher-access
- ${CATTLE_ACCESS_KEY}