Skip to content

Commit 9836742

Browse files
author
Alan Christie
committed
style: ESS_INGRESS_SECURE now always set
1 parent f8e5167 commit 9836742

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/roles/app/templates/deployment.yaml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ spec:
7070
value: '{{ ess_ampq_url }}'
7171
- name: ESS_INGRESS_LOCATION
7272
value: '{{ ess_ws_hostname }}'
73-
{% if ess_cert_issuer %}
7473
- name: ESS_INGRESS_SECURE
74+
{% if ess_cert_issuer %}
7575
value: 'yes'
76+
{% else %}
77+
value: 'no'
7678
{% endif %}
7779
# CICD_TRIGGER_ID is variable whose value is used to force
7880
# a redeployment of the underlying containers. This is used in

0 commit comments

Comments
 (0)