Skip to content

Commit 29b1f00

Browse files
author
Sanjay Prabhakar
committed
Merge branch 'stable' into backuprestore-dev
2 parents 28a3a7d + cfa5a3c commit 29b1f00

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
@@ -557,12 +557,10 @@ spec:
557557
- name: mas_app_settings_iot_mqttbroker_pvc_storage_class
558558
value: "{{ mas_app_settings_iot_mqttbroker_pvc_storage_class }}"
559559
{%- endif %}
560-
{%- if install_arcgis is defined and install_arcgis != "" %}
560+
{%- if mas_arcgis_channel is defined and mas_arcgis_channel != "" and mas_arcgis_channel %}
561561

562562
# IBM Maximo Location Services for Esri (arcgis)
563563
# -------------------------------------------------------------------------
564-
- name: install_arcgis
565-
value: "{{ install_arcgis }}"
566564
- name: mas_arcgis_channel
567565
value: "{{ mas_arcgis_channel }}"
568566
{%- endif %}

0 commit comments

Comments
 (0)