aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/templates/configmap.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10[DCAEGEN2] Fix OpenAPI schemas pathMichal Banka1-1/+1
Fixed typo in path to resources where schemas are located Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I41d938b8211bd0fcd3a1012161c6a7d03da56029 Issue-ID: DCAEGEN2-2690
2021-05-24[DCAEGEN2] Add new OpenAPI schemas configmapMichal Banka1-1/+17
- Added ConfigMap with 3gpp SA91-Rel16 OpenAPI schemas - Moved ConfigMaps from 'dcaegen2' chart to 'dcaegen2-services' - Removed old SA88-Rel16 OpenAPI schemas Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: Ibae0786c7d5e498aa076186a580a268913a57692 Issue-ID: DCAEGEN2-2690
2021-03-21[DCAEGEN2] Deploy DCAE microservices via HelmJack Lucas1-0/+27
Deploy DCAE microservices using Helm instead of having the DCAE bootstrap container deploy them using Cloudify. Charts for the microservices are found under oom/kubernetes/dcaegen2-services. Issue-ID: DCAEGEN2-2615 Issue-ID: DCAEGEN2-2617 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I22d88987ae8e21b3c08f31f13ffda98967d13297 [Use common secret template for secrets] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>