Add multus addon helm chart 32/120032/2
authorTodd Malsbary <todd.malsbary@intel.com>
Mon, 1 Mar 2021 22:02:16 +0000 (14:02 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 9 Apr 2021 17:21:49 +0000 (10:21 -0700)
commitdc230e023a3149ae9f6dc023eb40e12b97ddb023
tree3218e6fca169c3231d66420fa8474b1e2edd7365
parente9a12efd25a570e64b728d8fc482939a727e9214
Add multus addon helm chart

- Support for calico configuration is present but currently disabled.

Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I2d2161564c4da2e165e5cf13cea92fae4935f8b2
kud/deployment_infra/helm/multus-cni/.helmignore [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/crds/net-attach-def.yaml [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/templates/clusterrole.yaml [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/templates/clusterrolebinding.yaml [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/templates/cni-conf.yaml [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/templates/daemonset.yaml [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/templates/serviceaccount.yaml [new file with mode: 0644]
kud/deployment_infra/helm/multus-cni/values.yaml [new file with mode: 0644]