updated command for using postgres database as dbType for VelaUX

Signed-off-by: viskumar <viskumar@guidewire.com>
This commit is contained in:
viskumar 2025-02-27 10:58:37 +05:30
parent 08f5c7e316
commit b923d8f84d
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ After deployed, let's get the root password from the secret `vela-system/velaux-
<TabItem label="PostgreSQL" value="postgresql">
```shell script
vela addon enable velaux dbType=postgresql dbURL=postgres://<POSTGRESQL_USER>:<POSTGRESQL_PASSWORD>@<POSTGRESQL_HOST>:<POSTGRESQL_PORT>/<POSTGRESQL_DB_NAME>
vela addon enable velaux dbType=postgres dbURL=postgres://<POSTGRESQL_USER>:<POSTGRESQL_PASSWORD>@<POSTGRESQL_HOST>:<POSTGRESQL_PORT>/<POSTGRESQL_DB_NAME>
```
> It's necessary to create the specified database in advance.

View File

@ -232,7 +232,7 @@ After deployed, let's get the root password from the secret `vela-system/velaux-
<TabItem label="PostgreSQL" value="postgresql">
```shell script
vela addon enable velaux dbType=postgresql dbURL=postgres://<POSTGRESQL_USER>:<POSTGRESQL_PASSWORD>@<POSTGRESQL_HOST>:<POSTGRESQL_PORT>/<POSTGRESQL_DB_NAME>
vela addon enable velaux dbType=postgres dbURL=postgres://<POSTGRESQL_USER>:<POSTGRESQL_PASSWORD>@<POSTGRESQL_HOST>:<POSTGRESQL_PORT>/<POSTGRESQL_DB_NAME>
```
> It's necessary to create the specified database in advance.