Iddo Avneri
10/04/2022, 6:53 PMYoni Augarten
10/04/2022, 9:03 PMesspee
10/04/2022, 9:51 PMYoni Augarten
10/04/2022, 9:54 PMesspee
10/05/2022, 5:56 AMYoni Augarten
10/05/2022, 6:04 AMsecrets:
# replace DATABASE_CONNECTION_STRING with the connection string of the database you created in a previous step.
# e.g.: <postgres://postgres:myPassword@localhost/postgres:5432|postgres://postgres:myPassword@localhost/postgres:5432>
databaseConnectionString: [DATABASE_CONNECTION_STRING]
# replace this with a randomly-generated string
authEncryptSecretKey: [ENCRYPTION_SECRET_KEY]
lakefsConfig: |
blockstore:
type: gs
# Uncomment the following lines to give lakeFS access to your buckets using a service account:
# gs:
# credentials_json: [YOUR SERVICE ACCOUNT JSON STRING]
esspee
10/05/2022, 7:20 AMYoni Augarten
10/05/2022, 7:20 AMlocalPostgres: true
You should also remove the databaseConnectionString
property.esspee
10/05/2022, 7:21 AMYoni Augarten
10/05/2022, 7:21 AMesspee
10/05/2022, 7:22 AMYoni Augarten
10/05/2022, 7:23 AMesspee
10/05/2022, 7:50 AMYoni Augarten
10/05/2022, 7:54 AMesspee
10/05/2022, 7:56 AMYoni Augarten
10/05/2022, 8:05 AM