blob: 5b970635fae8086080a7d0e38f648a3c332cb690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1. main components included in umbrella chart
-- api-handler-infra
-- asdc-controller
-- bpmn-infra
-- openstack-adapter
-- sdnc-adapter
-- vfc-adapter
2. dependencies included in charts sub directory
-- db-secrets
-- ssl-secrets
-- catalog-db-adapter
-- request-db-adapter
4. Run the following helm command to deploy chart(s), remove --dry-run option
helm upgrade -f ./helm/values.yaml --install --debug --dry-run so ./so
|