1 parent d9e19ca commit 37446b1Copy full SHA for 37446b1
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -349,6 +349,10 @@ spec:
349
# -------------------------------------------------------------------------
350
- name: mas_channel
351
value: "{{ mas_channel }}"
352
+{%- if tsm_channel is defined and tsm_channel != "" %}
353
+ - name: tsm_channel
354
+ value: "{{ tsm_channel }}"
355
+{%- endif %}
356
- name: mas_catalog_version
357
value: "{{ mas_catalog_version }}"
358
{%- if mas_catalog_digest is defined and mas_catalog_digest != "" %}
0 commit comments