Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 1 | 1. main components included in umbrella chart |
2 | -- api-handler-infra | ||||
3 | -- asdc-controller | ||||
4 | -- bpmn-infra | ||||
5 | -- openstack-adapter | ||||
6 | -- sdnc-adapter | ||||
7 | -- vfc-adapter | ||||
8 | 2. dependencies included in charts sub directory | ||||
9 | -- db-secrets | ||||
10 | -- ssl-secrets | ||||
11 | -- catalog-db-adapter | ||||
12 | -- request-db-adapter | ||||
13 | 4. Run the following helm command to deploy chart(s), remove --dry-run option | ||||
14 | helm upgrade -f ./helm/values.yaml --install --debug --dry-run so ./so |