From dc2dc86377e64b001c680702773fa39804af170f Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Fri, 8 Sep 2017 05:20:30 +0000 Subject: converting config to helm and setting demo values To be able to run the vFW/vLB demos, these needed to be done manually and it was a big mess. With the power of helm we can now pass data into the config pod and make some substitutions Issue-ID: OOM-277 Change-Id: Ie167920fac7896661b81443aa460ce2e6f615187 Signed-off-by: Mandeep Khinda --- kubernetes/config/.helmignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 kubernetes/config/.helmignore (limited to 'kubernetes/config/.helmignore') diff --git a/kubernetes/config/.helmignore b/kubernetes/config/.helmignore new file mode 100644 index 0000000000..4c38baed31 --- /dev/null +++ b/kubernetes/config/.helmignore @@ -0,0 +1,25 @@ +# 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 + +#ignore config docker image files +docker +createConfig.sh \ No newline at end of file -- cgit 1.2.3-korg