dcaegen2 bootstrap container in K8s

launching the dcaegen2 bootstrap container in OOM K8s.
-based on dcaegen2/deployments/bootstrap/README-docker.md
-requires an openstack private key pair file locally
-requires mining and updating a yaml configuration file
 as per the comments in the sample file given.
-unfortunately, my attempts to bundle the secret and configmap
 in the helm package didn't work out as they are external files
 so I create them using the createAll.bash script.

Issue-ID: OOM-107

Change-Id: I221f60af66ea0f7e97ddd8b92819dce9aa6b5a81
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
diff --git a/kubernetes/dcaegen2/values.yaml b/kubernetes/dcaegen2/values.yaml
new file mode 100644
index 0000000..5d446c8
--- /dev/null
+++ b/kubernetes/dcaegen2/values.yaml
@@ -0,0 +1,6 @@
+nsPrefix: onap
+location: dg2
+image:
+  repository: nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.bootstrap
+  tag: 1.1-latest
+  pullPolicy: Always
\ No newline at end of file