We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60791f commit ab621edCopy full SHA for ab621ed
values.yaml
@@ -19,6 +19,7 @@ dbSettings:
19
# Specify How the DB Service should be created
20
# - local: use a Postgres Image and Service (No external service) Recommended only for non-production enviroments.
21
# - rds: use an ExternalService with an AWS RDS instance. If you set this you need to provide the rdsEndpoint field.
22
+ # - azure: use an ExternalService with an Azure Postgres instance. If you set this you need to provide the azureSqlEndpoint field.
23
# - gcsql: use an ExternalService with a Google Cloud SQL instance. If you set this you need to provide the gcSqlEndpoint field.
24
dbProvider: local
25
rdsEndpoint: none
0 commit comments