diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-03-05 10:53:13 -0800 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-03-05 10:53:13 -0800 |
commit | 06db73183c120e1243c630f8960e8fab91b2b6f5 (patch) | |
tree | db891ce24cb5e036b590223e0cbcc36f0b43228c /vnfs/DAaaS/messaging/charts/kafka/.helmignore | |
parent | 3dfd3180c0a4d192f4524d74e36d2ba50bffff71 (diff) |
Messaging Service Helm charts package
The packages needed for distributed analytics are separated as
collection, messaging, training, inference and visualization.
Messaging package consists of Kafka Cluster and Topic operators.
Change-Id: I13dbd437b73d49e9d0fff6327111b7b1cf394fd8
Issue-ID: ONAPARC-392
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/messaging/charts/kafka/.helmignore')
-rw-r--r-- | vnfs/DAaaS/messaging/charts/kafka/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vnfs/DAaaS/messaging/charts/kafka/.helmignore b/vnfs/DAaaS/messaging/charts/kafka/.helmignore new file mode 100644 index 00000000..50af0317 --- /dev/null +++ b/vnfs/DAaaS/messaging/charts/kafka/.helmignore @@ -0,0 +1,22 @@ +# 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 +.vscode/ |