Skip to content

Commit 1b34e02

Browse files
author
MUzairS15
committed
add link for pgcron
Signed-off-by: MUzairS15 <[email protected]>
1 parent 2d4ad26 commit 1b34e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/cloud/self-hosted/deploy-with-helm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/cont
5050

5151
The first service to install is the Postgres database. The following command installs the Postgres database and initializes it's dataset. The dataset is used by the Layer5 Cloud server and the Layer5 Cloud identity provider.
5252

53-
Layer5 Cloud `postgres` instance requires `pg_cron` extension to be enabled and configured in the `postgres` database to schedule PostgreSQL commands.
53+
Layer5 Cloud `postgres` instance requires [pg_cron](https://github.com/citusdata/pg_cron) extension to be enabled and configured in the `postgres` database to schedule PostgreSQL commands.
5454
The cloud instance is bundled with required migrations to schedule jobs and execute required commands/sql queries.
5555

5656
__NOTE: Configuring the extension in some other database will result in failure to apply SQL migrations.__

0 commit comments

Comments
 (0)