diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 9b32c24f..2ec392bd 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 }}"