Create helm chart for ICN/SDEWAN controllers 37/109637/12
authorYao Le <le.yao@intel.com>
Mon, 29 Jun 2020 14:05:35 +0000 (22:05 +0800)
committerRitu Sood <ritu.sood@intel.com>
Wed, 23 Sep 2020 17:54:01 +0000 (17:54 +0000)
commit4e3adf2715da3902790163a4954e87555fcfc28e
treeb840b1c224c28c93c7cef6d1469d4c6b28de5409
parentfef2f1a959341d2abaea6dadaecccc4952c284c9
Create helm chart for ICN/SDEWAN controllers

Create helm chart for sdewan-controller in KUD

Issue-ID: MULTICLOUD-1104
Signed-off-by: Yao Le <le.yao@intel.com>
Change-Id: Ic5d8daecdecba52c05d3ed38fa91ebd555ce5533
12 files changed:
kud/deployment_infra/helm/sdewan_controllers/.helmignore [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/Chart.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/_helpers.tpl [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/certificate.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/crd.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/deployment.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/issuer.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/namespace.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/role.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/service.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/templates/webhook.yaml [new file with mode: 0644]
kud/deployment_infra/helm/sdewan_controllers/values.yaml [new file with mode: 0644]