chore(init): Installing toolings
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
38449ccd8e
commit
c577e846ba
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ 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
|
||||
info "installing databases"
|
||||
helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./vars.yaml --atomic
|
||||
info "installing application"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue