File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88set -e
99
10- helm uninstall mongodb-orion
11- helm uninstall orion-ld orion-ld
10+ helm uninstall mongodb-orion | true
11+ helm uninstall orion-ld orion-ld | true
Original file line number Diff line number Diff line change 77
88set -e
99
10- helm repo add bitnami_legacy https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
10+ # Load Helm Charts
11+ helm repo add bitnami_legacy https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | true
12+ helm repo add fiware https://fiware.github.io/helm-charts | true
13+ helm repo add bitnami https://charts.bitnami.com/bitnami | true
1114
15+ # # Install Mongo DB
1216kubectl apply -f ./secrets/mongodb.yaml
1317helm dependency build mongodb
1418helm install mongodb-orion mongodb
1519
20+ # Install Orion-LD
1621helm dependency build orion-ld
1722helm install orion-ld orion-ld
You can’t perform that action at this time.
0 commit comments