Skip to content

Commit

Permalink
my values example
Browse files Browse the repository at this point in the history
  • Loading branch information
oddeirikigland committed Nov 27, 2024
1 parent 8ce0972 commit 647626f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions charts/lakefs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,26 @@ lakefsConfig: |
domain_name: s3.lakefs.example.com
```
Example `my-values.yaml` using PostgreSQL with Cloud SQL Auth Proxy in GCP:

```yaml
secrets:
databaseConnectionString: postgres://<DB_USERNAME>:<DB_PASSWORD>@localhost:5432/<DB_NAME>
authEncryptSecretKey: <some random string>
lakefsConfig: |
database:
type: postgres
blockstore:
type: gs
gs:
credentials_json: '<credentials_json>'
serviceAccount:
name: <service account name>
gcpFallback:
enabled: true
instances: <myproject:myregion:myinstance=tcp:5432>
```

Example `my-values.yaml` using DynamoDB:
```yaml
secrets:
Expand Down

0 comments on commit 647626f

Please sign in to comment.