From 61fda160a7ba656f73a0a89cca4d3f5fd8e575d4 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Fri, 12 Mar 2021 13:48:25 -0800 Subject: Add sriov-network-operator addon helm chart This chart contains the upstream sriov-network-operator from k8snetworkplumbingwg together with an iavf driver installer. Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary Change-Id: Ic925c66f8e2b28b7604240c3ed35b1a56883b60b --- .../helm/sriov-network-operator/.helmignore | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kud/deployment_infra/helm/sriov-network-operator/.helmignore (limited to 'kud/deployment_infra/helm/sriov-network-operator/.helmignore') diff --git a/kud/deployment_infra/helm/sriov-network-operator/.helmignore b/kud/deployment_infra/helm/sriov-network-operator/.helmignore new file mode 100644 index 00000000..0e8a0eb3 --- /dev/null +++ b/kud/deployment_infra/helm/sriov-network-operator/.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/ -- cgit 1.2.3-korg