We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a943d8 commit 6db539aCopy full SHA for 6db539a
2 files changed
ansible/group_vars/alpha-api-base.yml
@@ -118,3 +118,5 @@ api_base_container_envs:
118
value: "{{ api_intercom_app_id | default('ansible_undefined') }}"
119
- name: INTERCOM_API_KEY
120
value: "{{ api_intercom_api_key | default('ansible_undefined') }}"
121
+ - name: RUNNABLE_USER_VAULT_ENDPOINT
122
+ value: "http://{{ user_vault_host_address }}:{{ user_vault_port }}"
ansible/group_vars/alpha-api.yml
@@ -9,8 +9,6 @@ num_replicas: 16
9
envs:
10
- name: ROLLBAR_KEY
11
value: "{{ api_rollbar_key }}"
12
- - name: RUNNABLE_USER_VAULT_ENDPOINT
13
- value: "http://{{ user_vault_host_address }}:{{ user_vault_port }}"
14
15
volume_mounts:
16
- name: "{{ name }}-docker-ssl-certs"
0 commit comments