Skip to content

Commit 267c56b

Browse files
committed
Update application.yml.j2
1 parent 50a15e2 commit 267c56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm/mas_devops/roles/suite_app_install/templates/application.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
mas.ibm.com/instanceId: {{ mas_instance_id }}
99
mas.ibm.com/applicationId: {{ mas_app_id }}
10-
{% if custom_labels is defined and custom_labels.items() %}
10+
{% if custom_labels is defined and custom_labels is not none and custom_labels.items() %}
1111
{% for key, value in custom_labels.items() %}
1212
"{{ key }}": "{{ value }}"
1313
{% endfor %}

0 commit comments

Comments
 (0)