openreplay/scripts/helmcharts
Rajesh Rajendran 1fb6e470aa docs(helm): update vars.yaml examples
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2022-01-19 22:51:17 +05:30
..
databases chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30
openreplay chore(helm): using minio keys to initialize minio rather than s3. 2022-01-19 22:48:23 +05:30
init.sh chore(install): remove the unnecessary validations 2022-01-17 02:53:31 +05:30
openreplay-cli chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30
README.md Update README.md 2022-01-17 06:14:36 +00:00
vars.yaml docs(helm): update vars.yaml examples 2022-01-19 22:51:17 +05:30
versionUpdater.sh chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30

  • 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