openreplay/scripts/helmcharts
Rajesh Rajendran 4d456ce259 chore(helm): updated comment
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2022-01-17 04:02:10 +05:30
..
databases chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30
openreplay chore(helm): fix duplicate env keys in helm 2022-01-17 03:52:01 +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 chore(structure): changed folder structure for helm charts 2022-01-17 02:13:58 +05:30
vars.yaml chore(helm): updated comment 2022-01-17 04:02:10 +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.
    • 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 helm upgrade --install openreplay ./openreplay -n app --create-namespace --wait -f ./values.yaml --atomic