From 5388bb9c51c5e554180c1b1cfe1a8cae52cb8f7a Mon Sep 17 00:00:00 2001 From: Dixit Sathwara Date: Fri, 3 Apr 2026 17:14:55 +0530 Subject: [PATCH] [patch] add support permission mode during suite install --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index eebbbd5a..9e0b7471 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -553,6 +553,10 @@ spec: - name: mas_feature_usage value: "{{ mas_feature_usage }}" {%- endif %} +{%- if mas_permission_mode is defined and mas_permission_mode != "" %} + - name: mas_permission_mode + value: "{{ mas_permission_mode }}" +{%- endif %} # MAS Workspace # -------------------------------------------------------------------------