Skip to content

Commit fb903e8

Browse files
Dixit SathwaraDixit Sathwara
authored andcommitted
[patch] add selected apps var
1 parent 69b88b6 commit fb903e8

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
@@ -557,6 +557,10 @@ spec:
557557
- name: mas_permission_mode
558558
value: "{{ mas_permission_mode }}"
559559
{%- endif %}
560+
{%- if mas_selected_apps is defined and mas_selected_apps != "" %}
561+
- name: mas_selected_apps
562+
value: "{{ mas_selected_apps }}"
563+
{%- endif %}
560564

561565
# MAS Workspace
562566
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)