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