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