Skip to content
Snippets Groups Projects
Commit 9a15c46c authored by Yurii Pelykh [EPAM / GCP]'s avatar Yurii Pelykh [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

GONRG-6075: [FIX] Setup default bucket prefix name

parent 6b8a03bd
No related branches found
No related tags found
1 merge request!325GONRG-6075: [FIX] Setup default bucket prefix name
......@@ -106,7 +106,7 @@ First you need to set variables in **values.yaml** file using any code editor. S
**partitionNamespace** | datastore namespace where partition will store the data | string | partition | yes
**dataPartitionId** | data partition id | string | - | yes
**datafierSa** | datafier service account | string | datafier | yes
**bucketPrefix** | minio bucket name prefix | string | - | only in case of Reference installation
**bucketPrefix** | minio bucket name prefix | string | refi | only in case of Reference installation when _springProfilesActive_ is set to "_anthos_"
**minioExternalEndpoint** | api url for external minio, if external minio is configured - this value will be set for MINIO_ENDPOINT and FILE_MINIO_ENDPOINT in bootstrap configmap | string | - | no
### Deployment variables
......
......@@ -10,7 +10,7 @@ data:
partitionName: "partition"
partitionNamespace: "partition"
datafierSa: "datafier"
bucketPrefix: ""
bucketPrefix: "refi"
minioExternalEndpoint: "" # use only if external minio is configured
# deployments
requestsCpu: "0.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment