diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-03-01 13:42:21 -0800 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-03-30 15:31:13 -0700 |
commit | 4c49c8094c158199556faff88385c8abbd97e498 (patch) | |
tree | 28463014a1fcb1ff59555f6ec62283f6c9a788cc /kud/deployment_infra/helm/node-feature-discovery/.helmignore | |
parent | 705fad712373e73463fff22a3136e6e92b372048 (diff) |
Add nfd addon helm chart
This change adds iavf, qat, and pci device labels to the node feature
discovery config.
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ie6296caf898983149483ac581428f2c80405bca8
Diffstat (limited to 'kud/deployment_infra/helm/node-feature-discovery/.helmignore')
-rw-r--r-- | kud/deployment_infra/helm/node-feature-discovery/.helmignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/node-feature-discovery/.helmignore b/kud/deployment_infra/helm/node-feature-discovery/.helmignore new file mode 100644 index 00000000..0e8a0eb3 --- /dev/null +++ b/kud/deployment_infra/helm/node-feature-discovery/.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/ |