From 8469d57c247100e4e1275ebadffd99f31bcf6dc9 Mon Sep 17 00:00:00 2001 From: Mahammad Alfishan Salar Date: Fri, 16 Jan 2026 11:07:07 +0530 Subject: [PATCH] Squashed commit of the following: commit 8f95023f9c152fee99af603dac0563a2973ba5ad Author: Mahammad Alfishan Salar 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. --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 784d22a2..c5315bf9 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -555,12 +555,10 @@ spec: - name: mas_app_settings_iot_mqttbroker_pvc_storage_class value: "{{ mas_app_settings_iot_mqttbroker_pvc_storage_class }}" {%- endif %} -{%- if install_arcgis is defined and install_arcgis != "" %} +{%- if mas_arcgis_channel is defined and mas_arcgis_channel != "" and mas_arcgis_channel %} # IBM Maximo Location Services for Esri (arcgis) # ------------------------------------------------------------------------- - - name: install_arcgis - value: "{{ install_arcgis }}" - name: mas_arcgis_channel value: "{{ mas_arcgis_channel }}" {%- endif %}