You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/camunda-platform-8.8/values.yaml
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1422,15 +1422,8 @@ webModeler:
1422
1422
1423
1423
## @extra webModeler.restapi.externalDatabase can be used to configure a connection to an external database; will only be applied if the postgresql dependency chart is disabled (with `postgresql.enabled=false`)
1424
1424
externalDatabase:
1425
-
## @param webModeler.restapi.externalDatabase.url (DEPRECATED - use host, port, and database instead) defines the JDBC url of the database instance.
1426
-
# Note: If url is provided, it takes precedence over individual connection parameters (host, port, database)
1425
+
## @param webModeler.restapi.externalDatabase.url defines the JDBC url of the database instance.
1427
1426
url: ""
1428
-
## @param webModeler.restapi.externalDatabase.host Database host (used when url is not provided)
1429
-
host: ""
1430
-
## @param webModeler.restapi.externalDatabase.port Database port number (used when url is not provided)
1431
-
port: 5432
1432
-
## @param webModeler.restapi.externalDatabase.database The database name (used when url is not provided)
1433
-
database: "web-modeler"
1434
1427
## @param webModeler.restapi.externalDatabase.user defines the database user
1435
1428
user: ""
1436
1429
## @param webModeler.restapi.externalDatabase.password (DEPRECATED - use webModeler.restapi.externalDatabase.secret instead) can be used to provide the database user's password; ignored if `webModeler.restapi.externalDatabase.existingSecret` is set
0 commit comments