Skip to content

Commit 8767260

Browse files
author
Bhautik Vala
committed
[patch] Add params for minio and mariadb
1 parent 28b007c commit 8767260

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,11 @@ spec:
758758
value: "{{ mas_aibroker_storage_templates_bucket }}"
759759
- name: mas_aibroker_tenant_name
760760
value: "{{ mas_aibroker_tenant_name }}"
761+
- name: minio_root_user
762+
value: "{{ minio_root_user }}"
763+
- name: minio_root_password
764+
value: "{{ minio_root_password }}"
765+
761766
{%- endif %}
762767
{%- if mas_aibroker_controller_tag is defined and mas_aibroker_controller_tag != "" %}
763768

@@ -814,6 +819,13 @@ spec:
814819
value: "{{ mas_aibroker_db_secret_key }}"
815820
- name: mas_aibroker_db_secret_value
816821
value: "{{ mas_aibroker_db_secret_value }}"
822+
- name: mariadb_user
823+
value: "{{ mariadb_user }}"
824+
- name: mariadb_password
825+
value: "{{ mariadb_password }}"
826+
- name: mariadb_database
827+
value: "{{ mariadb_database }}"
828+
817829
{%- endif %}
818830

819831
workspaces:

0 commit comments

Comments
 (0)