Add Helm Chart "template" Starter 43/33443/5
authorMike Elliott <mike.elliott@amdocs.com>
Wed, 28 Feb 2018 14:55:14 +0000 (09:55 -0500)
committerMike Elliott <mike.elliott@amdocs.com>
Tue, 20 Mar 2018 16:49:28 +0000 (12:49 -0400)
commit282a3873eb2206fcc8ce134fc32de76412c6e40d
treef0a2592a70cc7e4bf705ff96eb504feee4cfe48b
parentd142adbf0d24ebea092b15138552673b452e5674
Add Helm Chart "template" Starter

Copy and rename onap-app dir to name of ONAP application
being ported to standardized configuration format (2.0.0).

Replace all <...> within the chart templates, Chart.yaml and
values.yaml.

MKhinda - updated after single namespace and refactor

Change-Id: I9ef94839cb45a4698c1e125e3e0ca5243b929f13
Issue-ID: OOM-777
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
kubernetes/helm/starters/onap-app/.helmignore [new file with mode: 0644]
kubernetes/helm/starters/onap-app/Chart.yaml [new file with mode: 0644]
kubernetes/helm/starters/onap-app/README.md [new file with mode: 0644]
kubernetes/helm/starters/onap-app/requirements.yaml [new file with mode: 0644]
kubernetes/helm/starters/onap-app/resources/config/README.txt [new file with mode: 0644]
kubernetes/helm/starters/onap-app/resources/config/application.properties [new file with mode: 0644]
kubernetes/helm/starters/onap-app/templates/NOTES.txt [new file with mode: 0644]
kubernetes/helm/starters/onap-app/templates/configmap.yaml [new file with mode: 0644]
kubernetes/helm/starters/onap-app/templates/deployment.yaml [new file with mode: 0644]
kubernetes/helm/starters/onap-app/templates/service.yaml [new file with mode: 0644]
kubernetes/helm/starters/onap-app/values.yaml [new file with mode: 0644]