We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3cf17 commit 8f95023Copy full SHA for 8f95023
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -555,12 +555,10 @@ spec:
555
- name: mas_app_settings_iot_mqttbroker_pvc_storage_class
556
value: "{{ mas_app_settings_iot_mqttbroker_pvc_storage_class }}"
557
{%- endif %}
558
-{%- if install_arcgis is defined and install_arcgis != "" %}
+{%- if mas_arcgis_channel is defined and mas_arcgis_channel != "" and mas_arcgis_channel %}
559
560
# IBM Maximo Location Services for Esri (arcgis)
561
# -------------------------------------------------------------------------
562
- - name: install_arcgis
563
- value: "{{ install_arcgis }}"
564
- name: mas_arcgis_channel
565
value: "{{ mas_arcgis_channel }}"
566
0 commit comments