Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
lakefs v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Jul 31, 2022
1 parent 2da1b41 commit 6c037a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/lakefs/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@
"title": "LakeFS configuration",
"render": "textArea",
"x-form": {
"value": "blockstore:\n type: s3\n s3:\n region: {{s3.AWS_DEFAULT_REGION}}\n discover_bucket_region: false\n endpoint: https://{{s3.AWS_S3_ENDPOINT}}\n force_path_style: true\n credentials:\n access_key_id:{{s3.AWS_ACCESS_KEY_ID}}\n secret_access_key:{{s3.AWS_SECRET_ACCESS_KEY}}\n session_token:{{s3.AWS_SESSION_TOKEN}}\n"
"value": "blockstore:\n type: s3\n s3:\n region: {{s3.AWS_DEFAULT_REGION}}\n discover_bucket_region: false\n endpoint: https://{{s3.AWS_S3_ENDPOINT}}\n force_path_style: true\n credentials:\n access_key_id: {{s3.AWS_ACCESS_KEY_ID}}\n secret_access_key: {{s3.AWS_SECRET_ACCESS_KEY}}\n session_token: {{s3.AWS_SESSION_TOKEN}}\n"
},
"x-onyxia": {
"overwriteDefaultWith": "blockstore:\n type: s3\n s3:\n region: {{s3.AWS_DEFAULT_REGION}}\n discover_bucket_region: false\n endpoint: https://{{s3.AWS_S3_ENDPOINT}}\n force_path_style: true\n credentials:\n access_key_id:{{s3.AWS_ACCESS_KEY_ID}}\n secret_access_key:{{s3.AWS_SECRET_ACCESS_KEY}}\n session_token:{{s3.AWS_SESSION_TOKEN}}\n"
"overwriteDefaultWith": "blockstore:\n type: s3\n s3:\n region: {{s3.AWS_DEFAULT_REGION}}\n discover_bucket_region: false\n endpoint: https://{{s3.AWS_S3_ENDPOINT}}\n force_path_style: true\n credentials:\n access_key_id: {{s3.AWS_ACCESS_KEY_ID}}\n secret_access_key: {{s3.AWS_SECRET_ACCESS_KEY}}\n session_token: {{s3.AWS_SESSION_TOKEN}}\n"
}
},
"secrets": {
Expand All @@ -175,7 +175,7 @@
},
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "postgres://{{project.id}}:{{project.password}}@lakefs-db:5432/defaultdb?sslmode=disable"
"overwriteDefaultWith": "postgres://{{project.id}}:{{project.password}}@lakefs-db:5432/lakefs?sslmode=disable"
}
},
"authEncryptSecretKey": {
Expand Down

0 comments on commit 6c037a6

Please sign in to comment.