diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-06-18 16:05:20 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-06-24 16:38:40 -0700 |
commit | 709e0de616a7d23510f523680695b7046e1b8b09 (patch) | |
tree | af0c71b5500b9735890c6644b9ba96f59ddbfbb8 /kud/deployment_infra/helm/ovn4nfv-network/.helmignore | |
parent | ffa56aaeb4f69490866d67f98209af01191257bd (diff) |
Add ovn4nfv-network addon
This chart contains the ovn-networkobj NetworkAttachmentDefinition
required by EMCO.
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Iaf10bacaf7ff263b165ca18a427958f7e75c3628
Diffstat (limited to 'kud/deployment_infra/helm/ovn4nfv-network/.helmignore')
-rw-r--r-- | kud/deployment_infra/helm/ovn4nfv-network/.helmignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/ovn4nfv-network/.helmignore b/kud/deployment_infra/helm/ovn4nfv-network/.helmignore new file mode 100644 index 00000000..0e8a0eb3 --- /dev/null +++ b/kud/deployment_infra/helm/ovn4nfv-network/.helmignore @@ -0,0 +1,23 @@ +# 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 +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ |