Helm chart to deploy Istio-operator 37/92737/1
authorPramod <pramod.raghavendra.jayathirth@intel.com>
Mon, 5 Aug 2019 22:35:41 +0000 (15:35 -0700)
committerPramod <pramod.raghavendra.jayathirth@intel.com>
Mon, 5 Aug 2019 22:43:14 +0000 (15:43 -0700)
commitb54f9760780c88ecd5bb8ae24766849122f871df
treed365c174bc42429bb2426301d74252a801e5f190
parent4fb6acf5a720a0554c08a6f1d3526271b6317cdb
Helm chart to deploy Istio-operator

Istio-operator is required to manage the
lifecycle and deployments of Istio

Issue-ID: MULTICLOUD-710

Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: Ifd2d05e790148096b5c0b454208e233aa5a299f9
12 files changed:
deployments/helm/servicemesh/istio-operator/.helmignore [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/Chart.yaml [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/README.md [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/templates/_helpers.tpl [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/templates/authproxy-rbac.yaml [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/templates/authproxy-service.yaml [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/templates/operator-istio-1.2-crd.yaml [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/templates/operator-rbac.yaml [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/templates/operator-remoteistio-1.2-crd.yaml [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/templates/operator-service.yaml [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/templates/operator-statefulset.yaml [new file with mode: 0644]
deployments/helm/servicemesh/istio-operator/values.yaml [new file with mode: 0644]