diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-02-28 09:55:14 -0500 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-03-20 12:49:28 -0400 |
commit | 282a3873eb2206fcc8ce134fc32de76412c6e40d (patch) | |
tree | f0a2592a70cc7e4bf705ff96eb504feee4cfe48b /kubernetes/helm/starters/onap-app/Chart.yaml | |
parent | d142adbf0d24ebea092b15138552673b452e5674 (diff) |
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>
Diffstat (limited to 'kubernetes/helm/starters/onap-app/Chart.yaml')
-rw-r--r-- | kubernetes/helm/starters/onap-app/Chart.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/helm/starters/onap-app/Chart.yaml b/kubernetes/helm/starters/onap-app/Chart.yaml new file mode 100644 index 0000000000..46f2377703 --- /dev/null +++ b/kubernetes/helm/starters/onap-app/Chart.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +description: <Short application description - this is visible via 'helm search'> +name: <onap-app> +version: 2.0.0
\ No newline at end of file |