From f67147207a20663f45124d4a056a863c7fd00ff9 Mon Sep 17 00:00:00 2001 From: Joao Paulo Karol Nunes Date: Fri, 11 Jul 2025 10:24:02 -0300 Subject: [PATCH] [patch] Removing not used attribute --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 4 ---- src/mas/devops/templates/pipelinerun-upgrade.yml.j2 | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index fdf9f0b6..fa8e3941 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -616,10 +616,6 @@ spec: - name: mas_app_settings_server_bundles_size value: "{{ mas_app_settings_server_bundles_size }}" {%- endif %} - {%- if is_full_manage is defined and is_full_manage != "" %} - - name: is_full_manage - value: "{{ is_full_manage }}" - {%- endif %} {%- if mas_app_settings_base_lang is defined and mas_app_settings_base_lang != "" %} - name: mas_app_settings_base_lang value: "{{ mas_app_settings_base_lang }}" diff --git a/src/mas/devops/templates/pipelinerun-upgrade.yml.j2 b/src/mas/devops/templates/pipelinerun-upgrade.yml.j2 index fae1dc7c..7aab35d2 100644 --- a/src/mas/devops/templates/pipelinerun-upgrade.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-upgrade.yml.j2 @@ -169,10 +169,6 @@ spec: - name: mas_app_settings_server_bundles_size value: "{{ mas_app_settings_server_bundles_size }}" {%- endif %} - {%- if is_full_manage is defined and is_full_manage != "" %} - - name: is_full_manage - value: "{{ is_full_manage }}" - {%- endif %} {%- if mas_workspace_id is defined and mas_workspace_id != "" %} - name: mas_workspace_id value: "{{ mas_workspace_id }}"