We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0970f81 commit 4b0f713Copy full SHA for 4b0f713
1 file changed
ansible/roles/dock_launch_config/templates/init.tmpl
@@ -38,7 +38,8 @@ service charon start
38
{% if not is_dock_pool %}
39
CONSUL_HOSTNAME={{ consul_host_address }} \
40
CONSUL_PORT={{ consul_api_port }} \
41
-VAULT_PORT={{ vault_port }} \
+USER_VAULT_HOSTNAME={{ user_vault_host_address }} \
42
+USER_VAULT_PORT={{ user_vault_port }} \
43
{% if has_token %}
44
S3_ACCESS_KEY={{ dock_registry_s3_access_key }} \
45
S3_SECRET_KEY={{ dock_registry_s3_secret_key }} \
0 commit comments