We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e5167 commit 9836742Copy full SHA for 9836742
ansible/roles/app/templates/deployment.yaml.j2
@@ -70,9 +70,11 @@ spec:
70
value: '{{ ess_ampq_url }}'
71
- name: ESS_INGRESS_LOCATION
72
value: '{{ ess_ws_hostname }}'
73
-{% if ess_cert_issuer %}
74
- name: ESS_INGRESS_SECURE
+{% if ess_cert_issuer %}
75
value: 'yes'
76
+{% else %}
77
+ value: 'no'
78
{% endif %}
79
# CICD_TRIGGER_ID is variable whose value is used to force
80
# a redeployment of the underlying containers. This is used in
0 commit comments