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 50a15e2 commit 267c56bCopy full SHA for 267c56b
ibm/mas_devops/roles/suite_app_install/templates/application.yml.j2
@@ -7,7 +7,7 @@ metadata:
7
labels:
8
mas.ibm.com/instanceId: {{ mas_instance_id }}
9
mas.ibm.com/applicationId: {{ mas_app_id }}
10
-{% if custom_labels is defined and custom_labels.items() %}
+{% if custom_labels is defined and custom_labels is not none and custom_labels.items() %}
11
{% for key, value in custom_labels.items() %}
12
"{{ key }}": "{{ value }}"
13
{% endfor %}
0 commit comments