Skip to content

Commit 9dfedca

Browse files
committed
fix: better default values
1 parent c33e693 commit 9dfedca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ useTls: true
2222
dbSettings:
2323
# Specify How the DB Service should be created
2424
# - local: use a Postgres Image and Service (No external service) Recommended only for non-production enviroments.
25-
# - rds: use an ExternalService with an AWS RDS instance. If you set this you need to provide the rdsEndpoint field.
25+
# - rds: use an ExternalService with an AWSwi RDS instance. If you set this you need to provide the rdsEndpoint field.
2626
# - azure: use an ExternalService with an Azure Postgres instance. If you set this you need to provide the azureSqlEndpoint field.
2727
# - gcsql: use an ExternalService with a Google Cloud SQL instance. If you set this you need to provide the gcSqlEndpoint field.
2828
dbProvider: local
@@ -85,10 +85,10 @@ diffgramSettings:
8585
EMAIL_VALIDATION: '"False"'
8686
ALLOW_STRIPE_BILLING: '"False"'
8787
IS_OPEN_SOURCE: '"True"'
88-
DIFFGRAM_MINIO_ENDPOINT_URL: '"False"'
89-
DIFFGRAM_MINIO_ACCESS_KEY_ID: '"False"'
90-
DIFFGRAM_MINIO_ACCESS_KEY_SECRET: '"False"'
91-
DIFFGRAM_MINIO_DISABLED_SSL_VERIFY: '"False"'
88+
DIFFGRAM_MINIO_ENDPOINT_URL: none
89+
DIFFGRAM_MINIO_ACCESS_KEY_ID: none
90+
DIFFGRAM_MINIO_ACCESS_KEY_SECRET: none
91+
DIFFGRAM_MINIO_DISABLED_SSL_VERIFY: none
9292

9393
imagePullCredentials:
9494
# The service account with permissions to pull from the GCR Repository. [Should be Provided by Diffgram Team.]

0 commit comments

Comments
 (0)