Skip to content

Commit 8469d57

Browse files
committed
Squashed commit of the following:
commit 8f95023 Author: Mahammad Alfishan Salar <Alfishan@gmail.com> Date: Tue Jan 13 18:32:22 2026 +0530 [patch] Update ArcGIS installation condition - Updated piperun-install template to trigger installation when arcgis channel is set as per new cli changes.
1 parent ec3cf17 commit 8469d57

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,12 +555,10 @@ spec:
555555
- name: mas_app_settings_iot_mqttbroker_pvc_storage_class
556556
value: "{{ mas_app_settings_iot_mqttbroker_pvc_storage_class }}"
557557
{%- endif %}
558-
{%- if install_arcgis is defined and install_arcgis != "" %}
558+
{%- if mas_arcgis_channel is defined and mas_arcgis_channel != "" and mas_arcgis_channel %}
559559

560560
# IBM Maximo Location Services for Esri (arcgis)
561561
# -------------------------------------------------------------------------
562-
- name: install_arcgis
563-
value: "{{ install_arcgis }}"
564562
- name: mas_arcgis_channel
565563
value: "{{ mas_arcgis_channel }}"
566564
{%- endif %}

0 commit comments

Comments
 (0)