We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aadbb commit 14373fdCopy full SHA for 14373fd
1 file changed
ansible/group_vars/alpha-navi.yml
@@ -32,8 +32,8 @@ container_envs: >
32
-e REDIS_CACERT={{ redis_ca_cert_path }}
33
-e REDIS_IPADDRESS={{ redis_host_address }}
34
-e REDIS_PORT={{ redis_tls_port }}
35
- -e INTERCOM_APP_ID = {{ navi_intercom_app_id | default('undefined') }}
36
- -e INTERCOM_API_KEY = {{ navi_intercom_api_key | default('undefined') }}
+ {% if navi_intercom_app_id is defined %} -e INTERCOM_APP_ID={{ navi_intercom_app_id }} {% endif %}
+ {% if navi_intercom_api_key is defined %} -e INTERCOM_API_KEY={{ navi_intercom_api_key }} {% endif %}
37
38
container_run_opts: >
39
-h {{ name }}
0 commit comments