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 |
guillaume.lambert | 30ec390 | 2021-09-14 12:32:24 +0200 | [diff] [blame] | 7 | -- vfc-adapter |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 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 |
guillaume.lambert | 30ec390 | 2021-09-14 12:32:24 +0200 | [diff] [blame] | 14 | helm upgrade -f ./helm/values.yaml --install --debug --dry-run so ./so |