We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e0388 commit 7ed3d26Copy full SHA for 7ed3d26
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -686,14 +686,12 @@ spec:
686
- name: grafana_instance_storage_size
687
value: "{{ grafana_instance_storage_size }}"
688
{%- endif %}
689
-{%- if install_aibroker is defined and install_aibroker != "" %}
+{%- if mas_app_channel_aibroker is defined and mas_app_channel_aibroker != "" %}
690
691
# AI Broker
692
# -------------------------------------------------------------------------
693
- - name: install_aibroker
694
- value: "{{ install_aibroker }}"
695
- - name: mas_aibroker_channel
696
- value: "{{ mas_aibroker_channel }}"
+ - name: mas_app_channel_aibroker
+ value: "{{ mas_app_channel_aibroker }}"
697
698
{%- if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider != "" %}
699
0 commit comments