Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,6 @@ spec:
value: "{{ tenant_entitlement_start_date }}"
- name: tenant_entitlement_end_date
value: "{{ tenant_entitlement_end_date }}"
- name: aiservice_tenant_s3_bucket_prefix
value: "{{ aiservice_tenant_s3_bucket_prefix }}"
- name: aiservice_tenant_s3_region
value: "{{ aiservice_tenant_s3_region }}"
- name: aiservice_tenant_s3_endpoint_url
value: "{{ aiservice_tenant_s3_endpoint_url }}"
- name: aiservice_tenant_s3_access_key
value: "{{ aiservice_tenant_s3_access_key }}"
- name: aiservice_tenant_s3_secret_key
value: "{{ aiservice_tenant_s3_secret_key }}"

# RSL
# -------------------------------------------------------------------------
Expand All @@ -215,8 +205,6 @@ spec:

# S3
# -------------------------------------------------------------------------
- name: aiservice_s3_provider
value: "{{ aiservice_s3_provider }}"
- name: aiservice_s3_accesskey
value: "{{ aiservice_s3_accesskey }}"
- name: aiservice_s3_secretkey
Expand All @@ -229,9 +217,6 @@ spec:
value: "{{ aiservice_s3_ssl }}"
- name: aiservice_s3_region
value: "{{ aiservice_s3_region }}"
- name: aiservice_s3_endpoint_url
value: "{{ aiservice_s3_endpoint_url }}"

- name: aiservice_s3_bucket_prefix
value: "{{ aiservice_s3_bucket_prefix }}"

Expand Down Expand Up @@ -259,16 +244,6 @@ spec:
- name: aiservice_watsonx_action
value: "{{ aiservice_watsonx_action }}"

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

# AI Service - S3
# -------------------------------------------------------------------------
- name: aiservice_s3_action
value: "{{ aiservice_s3_action }}"
- name: aiservice_apikey_action
value: "{{ aiservice_apikey_action }}"
{%- endif %}

workspaces:
# The generated configuration files
# -------------------------------------------------------------------------
Expand Down