Skip to content

Commit 78809da

Browse files
pjoshi751gitbook-bot
authored andcommitted
GITBOOK-1622: No subject
1 parent d83b40c commit 78809da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

social-registry/developer-zone/registry-helm-chart-3.x.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In the previous Registry Helm chart (2.x.x) the initialization of DB was part of
8787

8888
The script is idempotent - which means if we run the init again, and if the database, user exist, it won't touch anything and just exit.
8989

90-
Postgres-init has ability to **initialise multiple databases.** The list of databases need to be specified in the Helm Chart's [values.yaml](https://github.com/OpenG2P/postgres-init/blob/develop/chart/values.yaml).
90+
Postgres-init has ability to **initialise multiple databases.** The datebase has been specified as list item in [values.yaml](https://github.com/OpenG2P/postgres-init/blob/develop/chart/values.yaml).
9191

9292
The database user [secret](https://github.com/OpenG2P/postgres-init/blob/develop/chart/templates/secret.yaml) created by this chart is set to 'keep' mode such that it doesn't get deleted if the Helm in uninstalled. This is important 'cause even if the Helm chart is uninstalled the database still exists in Postgres, and therefore the secret must also exist. If you would like to tear down entire Registry clean, refer to the [tear down](registry-helm-chart-3.x.x.md#tear-down) instructions below.
9393

0 commit comments

Comments
 (0)