From 1b62d4dd7497dee729da0ebcd364aecaeb5fd383 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Sun, 23 Jan 2022 11:46:43 +0100 Subject: [PATCH] Delete README.md --- scripts/helmcharts/README.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 scripts/helmcharts/README.md diff --git a/scripts/helmcharts/README.md b/scripts/helmcharts/README.md deleted file mode 100644 index b54ca9652..000000000 --- a/scripts/helmcharts/README.md +++ /dev/null @@ -1,7 +0,0 @@ -- Initialize databases - - we've to pass the --wait flag, else the db installation won't be complete. and it'll break the db init. - -## Installation -helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./values.yaml --atomic - -helm upgrade --install openreplay ./openreplay -n app --create-namespace --wait -f ./values.yaml --atomic