Skip to content

Commit 4525abf

Browse files
committed
[patch] correct indentation for db2_license_file conditional block
1 parent 4dfd2f9 commit 4525abf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ spec:
118118
value: "{{ db2_timezone }}"
119119
- name: db2u_kind
120120
value: "{{ db2u_kind }}"
121-
{%- if db2_license_file is defined and db2_license_file != "" %}
121+
{%- if db2_license_file is defined and db2_license_file != "" %}
122122
- name: db2_license_file
123123
value: "{{ db2_license_file }}"
124+
{%- endif %}
124125
{%- if db2_meta_storage_accessmode is defined and db2_meta_storage_accessmode != "" %}
125126

126127
# Dependencies - Db2 - Access Mode

0 commit comments

Comments
 (0)