From f4203f9350a797a0d0f71b8a9225469ad6346f01 Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Tue, 5 May 2020 20:54:16 -0700 Subject: ONAP4K8s helm chart ONAP4K8s helm chart with ONAP4K8s microservices and related items like MongoDB, etcd, Fluentd. Signed-off-by: Ritu Sood Issue-ID: MULTICLOUD-1065 Change-Id: Ibf52144b7ac44ffd96fa7175b551b10c25e652f9 --- deployments/helm/v2/onap4k8s/mongo/.helmignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 deployments/helm/v2/onap4k8s/mongo/.helmignore (limited to 'deployments/helm/v2/onap4k8s/mongo/.helmignore') diff --git a/deployments/helm/v2/onap4k8s/mongo/.helmignore b/deployments/helm/v2/onap4k8s/mongo/.helmignore new file mode 100644 index 00000000..f0c13194 --- /dev/null +++ b/deployments/helm/v2/onap4k8s/mongo/.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 -- cgit 1.2.3-korg