Skip to content

Commit 37446b1

Browse files
Aneri ThakkarAneri Thakkar
authored andcommitted
[patch] add tsm-channel param into pipelinerun-install
1 parent d9e19ca commit 37446b1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@ spec:
349349
# -------------------------------------------------------------------------
350350
- name: mas_channel
351351
value: "{{ mas_channel }}"
352+
{%- if tsm_channel is defined and tsm_channel != "" %}
353+
- name: tsm_channel
354+
value: "{{ tsm_channel }}"
355+
{%- endif %}
352356
- name: mas_catalog_version
353357
value: "{{ mas_catalog_version }}"
354358
{%- if mas_catalog_digest is defined and mas_catalog_digest != "" %}

0 commit comments

Comments
 (0)