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>
diff --git a/kubernetes/helm/starters/onap-app/.helmignore b/kubernetes/helm/starters/onap-app/.helmignore
new file mode 100644
index 0000000..f0c1319
--- /dev/null
+++ b/kubernetes/helm/starters/onap-app/.helmignore
@@ -0,0 +1,21 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj