Skip to content

Commit ab621ed

Browse files
committed
Add azure comment
1 parent b60791f commit ab621ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dbSettings:
1919
# Specify How the DB Service should be created
2020
# - local: use a Postgres Image and Service (No external service) Recommended only for non-production enviroments.
2121
# - 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.
2223
# - gcsql: use an ExternalService with a Google Cloud SQL instance. If you set this you need to provide the gcSqlEndpoint field.
2324
dbProvider: local
2425
rdsEndpoint: none

0 commit comments

Comments
 (0)