From 57af0c5278d16d4723f4e213b43de7d8c824fbde Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Mon, 17 Jan 2022 06:14:36 +0000 Subject: [PATCH] Update README.md --- scripts/helmcharts/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/helmcharts/README.md b/scripts/helmcharts/README.md index 485340458..b54ca9652 100644 --- a/scripts/helmcharts/README.md +++ b/scripts/helmcharts/README.md @@ -1,13 +1,5 @@ - Initialize databases - we've to pass the --wait flag, else the db installation won't be complete. and it'll break the db init. - - collate all dbs required - - How to distinguish b/w enterprise and community - - Or fist only community then enterprise -- install db migration - - have to have another helm chart with low hook value for higher prioriry -- install app - - customize values.yaml file - ## Installation helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./values.yaml --atomic