Skip to content

Commit 3ba1312

Browse files
authored
[minor] Support db2u_kind parameter on install pipeline (#198)
1 parent e278378 commit 3ba1312

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ spec:
116116
value: "{{ db2_type }}"
117117
- name: db2_timezone
118118
value: "{{ db2_timezone }}"
119+
- name: db2u_kind
120+
value: "{{ db2u_kind }}"
119121
{%- if db2_meta_storage_accessmode is defined and db2_meta_storage_accessmode != "" %}
120122

121123
# Dependencies - Db2 - Access Mode

0 commit comments

Comments
 (0)