Skip to content

Commit c90f007

Browse files
joaopauloksnJoao Paulo Karol Nunesunnati-solanki-git
authored
[major] Removing not used attribute is-full-manage (#88)
Co-authored-by: Joao Paulo Karol Nunes <karolsn@br.ibm.com> Co-authored-by: unnati-solanki-git <131964221+unnati-solanki-git@users.noreply.github.com>
1 parent 6111aec commit c90f007

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -616,10 +616,6 @@ spec:
616616
- name: mas_app_settings_server_bundles_size
617617
value: "{{ mas_app_settings_server_bundles_size }}"
618618
{%- endif %}
619-
{%- if is_full_manage is defined and is_full_manage != "" %}
620-
- name: is_full_manage
621-
value: "{{ is_full_manage }}"
622-
{%- endif %}
623619
{%- if mas_app_settings_base_lang is defined and mas_app_settings_base_lang != "" %}
624620
- name: mas_app_settings_base_lang
625621
value: "{{ mas_app_settings_base_lang }}"

src/mas/devops/templates/pipelinerun-upgrade.yml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ spec:
169169
- name: mas_app_settings_server_bundles_size
170170
value: "{{ mas_app_settings_server_bundles_size }}"
171171
{%- endif %}
172-
{%- if is_full_manage is defined and is_full_manage != "" %}
173-
- name: is_full_manage
174-
value: "{{ is_full_manage }}"
175-
{%- endif %}
176172
{%- if mas_workspace_id is defined and mas_workspace_id != "" %}
177173
- name: mas_workspace_id
178174
value: "{{ mas_workspace_id }}"

0 commit comments

Comments
 (0)