zuul-registry/tests/fixtures/registry.yaml
Tristan Cacqueray 1579bd68ad config: add environment variable substitution
This change enables setting configuration values through
environment variables. This is useful to manage user defined
configuration, such as user password, in Kubernetes deployment.

Change-Id: Ia40510c2b6443ea2a650a45e30b2885197f18c29
2020-04-13 18:13:26 +00:00

15 lines
311 B
YAML

registry:
address: '0.0.0.0'
port: 9000
public-url: https://localhost:9000
tls-cert: /tmp/test/cert.pem
tls-key: /tmp/test/cert.key
secret: "%(ZUUL_REGISTRY_SECRET)"
users:
- name: testuser
pass: testpass
access: write
storage:
driver: filesystem
root: /tmp/test/storage