Skip to content

Commit

Permalink
[patch] fixed template pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-czarnecki committed Aug 15, 2024
1 parent 57ff706 commit 0b585d9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,12 @@ spec:
value: "{{ grafana_instance_storage_size }}"
{%- endif %}

# Certificates configurations
# -------------------------------------------------------------------------
- name: shared-certificates
secret:
secretName: pipeline-certificates

workspaces:
# The generated configuration files
# -------------------------------------------------------------------------
Expand Down Expand Up @@ -708,12 +714,6 @@ spec:
secret:
secretName: pipeline-pod-templates

# Certificates configurations
# -------------------------------------------------------------------------
- name: shared-certificates
secret:
secretName: pipeline-certificates

{%- if install_aibroker is defined and install_aibroker != "" %}

# IBM Maximo Location Services for Esri (arcgis)
Expand All @@ -723,8 +723,8 @@ spec:
- name: mas_aibroker_channel
value: "{{ mas_aibroker_channel }}"
{%- endif %}

{%- if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider!= "" %}

# AI Broker - opendata hub storage dependencies
# -------------------------------------------------------------------------
- name: mas_aibroker_storage_provider
Expand All @@ -750,8 +750,8 @@ spec:
- name: mas_aibroker_tenant_name
value: "{{ mas_aibroker_tenant_name }}"
{%- endif %}

{%- if mas_aibroker_controller_tag is defined and mas_aibroker_controller_tag!= "" %}

# AI Broker - kmodels apps tags dependencies
# -------------------------------------------------------------------------
- name: mas_aibroker_controller_tag
Expand All @@ -765,8 +765,8 @@ spec:
- name: mas_aibroker_pipeline_steps_tag
value: "{{ mas_aibroker_pipeline_steps_tag }}"
{%- endif %}

{%- if mas_aibroker_watsonxai_apikey is defined and mas_aibroker_watsonxai_apikey!= "" %}

# AI Broker - aibroker app watsonX dependencies
# -------------------------------------------------------------------------
- name: mas_aibroker_watsonxai_apikey
Expand All @@ -778,17 +778,17 @@ spec:
- name: mas_aibroker_watsonx_action
value: "{{ mas_aibroker_watsonx_action }}"
{%- endif %}

{%- if mas_aibroker_s3_action is defined and mas_aibroker_s3_action!= "" %}

# AI Broker - aibroker app secret create actions
# -------------------------------------------------------------------------
- name: mas_aibroker_s3_action
value: "{{ mas_aibroker_s3_action }}"
- name: mas_aibroker_apikey_action
value: "{{ mas_aibroker_apikey_action }}"
{%- endif %}

{%- if mas_aibroker_db_host is defined and mas_aibroker_db_host!= "" %}

# AI Broker - mariaDB details for DataSciencePipelinesApplication dependencies
# -------------------------------------------------------------------------
- name: mas_aibroker_db_host
Expand Down

0 comments on commit 0b585d9

Please sign in to comment.