diff options
author | Bharath Thiruveedula <bharath.thiruveedula@verizon.com> | 2018-08-16 10:08:52 +0530 |
---|---|---|
committer | Bharath Thiruveedula <bharath.thiruveedula@verizon.com> | 2018-08-16 21:36:37 +0530 |
commit | 63070de94f794ec83ad76e1dca999d2938973e10 (patch) | |
tree | f68d77396f7a0793b3c28f8321ce577dca82d4bd /kubernetes/vfc/charts/vfc-db/.helmignore | |
parent | 76ca0ffeb55c6a8bb155b81c6a69c54fef46a067 (diff) |
Add VFC DB helm charts
Issue-ID: VFC-975
Change-Id: I03534929bfa30efb22354d044d19b1459718ac11
Signed-off-by: Bharath Thiruveedula<bharath.thiruveedula@verizon.com>
Diffstat (limited to 'kubernetes/vfc/charts/vfc-db/.helmignore')
-rw-r--r-- | kubernetes/vfc/charts/vfc-db/.helmignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-db/.helmignore b/kubernetes/vfc/charts/vfc-db/.helmignore new file mode 100644 index 0000000000..f0c1319444 --- /dev/null +++ b/kubernetes/vfc/charts/vfc-db/.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 |