openreplay/scripts/helmcharts/README.md
2022-01-17 06:14:36 +00:00

7 lines
358 B
Markdown

- 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