chore(init): Update installation vars.yaml (#1045)
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
6bc8796db9
commit
7e9136859f
1 changed files with 4 additions and 3 deletions
|
|
@ -145,11 +145,11 @@ function set_permissions() {
|
|||
## Installing OpenReplay
|
||||
function install_openreplay() {
|
||||
info "installing toolings"
|
||||
helm upgrade --install toolings ./toolings -n app --create-namespace --wait -f ./vars.yaml --atomic
|
||||
helm upgrade --install toolings ./toolings -n app --create-namespace --wait -f ./vars.yaml --atomic --debug
|
||||
info "installing databases"
|
||||
helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./vars.yaml --atomic
|
||||
helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./vars.yaml --atomic --debug
|
||||
info "installing application"
|
||||
helm upgrade --install openreplay ./openreplay -n app --create-namespace --wait -f ./vars.yaml --atomic
|
||||
helm upgrade --install openreplay ./openreplay -n app --create-namespace --wait -f ./vars.yaml --atomic --debug
|
||||
}
|
||||
|
||||
function main() {
|
||||
|
|
@ -183,6 +183,7 @@ function main() {
|
|||
cd -
|
||||
}
|
||||
sudo cp -rf $(cd ../.. && pwd) /var/lib/openreplay/openreplay
|
||||
sudo cp -rf ./vars.yaml /var/lib/openreplay/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue