2023-06-22 00:56:55 +02:00
|
|
|
{% set VAULT_KEY = getenv("VAULT_KEY") %}
|
|
|
|
# This file is maintained by remco and populated with data from HashiCorp
|
|
|
|
# Vault. Changes not done in Vault will be reverted when file gets rendered.
|
|
|
|
|
|
|
|
{% for key in ls(VAULT_KEY|add:"/data") %}
|
|
|
|
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
|
|
|
|
{% endfor %}
|
2023-06-22 23:00:08 +02:00
|
|
|
|
|
|
|
# Other available defaults
|
|
|
|
# RESTARTPOLICY=unless-stopped
|
|
|
|
# TIMEZONE=Etc/UTC
|