From 3e0beaf95b63bfcbf7fbfcbaca080ef5ca6df94f Mon Sep 17 00:00:00 2001 From: Darren Boss Date: Thu, 12 Dec 2024 09:45:29 -0800 Subject: [PATCH] Docs update --- docs/database/CLUSTER_DB.MD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/database/CLUSTER_DB.MD b/docs/database/CLUSTER_DB.MD index bde57717a..8d6c71e8a 100644 --- a/docs/database/CLUSTER_DB.MD +++ b/docs/database/CLUSTER_DB.MD @@ -113,8 +113,6 @@ Login to the OpenShift UI and use `patronictl list` to identify the new cluster' Create a PR with the following changes: -- Update `CRUNCHYDB_USER` to the new crunchydb pguser secret in all scripts in openshift/scripts. +- Update `CRUNCHY_NAME` in `envars` file to the new crunchydb cluster name (excluding the suffix) - Update `PATRONI_CLUSTER_NAME` in `deploy.yaml`. -Deploy the PR once approved. -See [database upgrade PR](https://github.com/bcgov/wps/pull/4100) for reference.