Skip to content

Commit 7ed3d26

Browse files
karol-czarneckikarol-czarneckidurera
authored
[patch] Refactor condition to install aibroker using role suite_app_install (#24)
Co-authored-by: karol-czarnecki <karol.czarnecki@ie.ibm/com> Co-authored-by: David Parker <parkerda@uk.ibm.com>
1 parent f2e0388 commit 7ed3d26

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -686,14 +686,12 @@ spec:
686686
- name: grafana_instance_storage_size
687687
value: "{{ grafana_instance_storage_size }}"
688688
{%- endif %}
689-
{%- if install_aibroker is defined and install_aibroker != "" %}
689+
{%- if mas_app_channel_aibroker is defined and mas_app_channel_aibroker != "" %}
690690

691691
# AI Broker
692692
# -------------------------------------------------------------------------
693-
- name: install_aibroker
694-
value: "{{ install_aibroker }}"
695-
- name: mas_aibroker_channel
696-
value: "{{ mas_aibroker_channel }}"
693+
- name: mas_app_channel_aibroker
694+
value: "{{ mas_app_channel_aibroker }}"
697695
{%- endif %}
698696
{%- if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider != "" %}
699697

0 commit comments

Comments
 (0)