Add kubevirt and cdi addon helm charts 23/121723/4
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 4 Jun 2021 21:24:56 +0000 (14:24 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Tue, 15 Jun 2021 21:42:16 +0000 (14:42 -0700)
commita99aa8015594cbfd9d46bbc8313f72321a95cc1f
tree85cba2e3b9a947d18b159cd19114a5357ed70d8e
parentdc925231a978d1ae4dce969cb4c386d4a1b0bb87
Add kubevirt and cdi addon helm charts

Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I6ba134140f0aca6717c656ffa35c6576426a8b98
42 files changed:
kud/deployment_infra/emco/Makefile
kud/deployment_infra/helm/cdi-operator/.helmignore [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/crds/cdi.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/templates/clusterrole.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/templates/clusterrolebinding.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/templates/configmap.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/templates/role.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/templates/rolebinding.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/templates/serviceaccount.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi-operator/values.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/cdi/templates/cdi.yaml [new file with mode: 0644]
kud/deployment_infra/helm/cdi/values.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/.helmignore [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/crds/kubevirt.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/templates/clusterrole.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/templates/clusterrolebinding.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/templates/priorityclass.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/templates/role.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/templates/rolebinding.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/templates/serviceaccount.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt-operator/values.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt/templates/kubevirt.yaml [new file with mode: 0644]
kud/deployment_infra/helm/kubevirt/values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/cdi-operator/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/cdi-operator/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/cdi/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/cdi/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/kubevirt-operator/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/kubevirt-operator/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/kubevirt/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/kubevirt/override_values.yaml [new file with mode: 0644]
kud/hosting_providers/containerized/installer.sh