Helm chart for Istio Operator 09/92409/4
authorPramod <pramod.raghavendra.jayathirth@intel.com>
Wed, 31 Jul 2019 19:57:09 +0000 (12:57 -0700)
committerMarco Platania <platania@research.att.com>
Tue, 6 Aug 2019 13:46:07 +0000 (13:46 +0000)
commitc453b17f1d0144ca0e084da00f2e55de5e922d31
tree8065ffe616c8cabb83336a183a20ad17cef360b6
parentf3955755cfff89fa03ed9c2f8958ee6faca2281f
Helm chart for Istio Operator

Operator is required to manage the
lifecycle fo Istio deployments

Issue-ID: MULTICLOUD-710

Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: I9ea2427eb88caf06c41fcf2fb6f0cc0c66e8fb96
13 files changed:
vnfs/DAaaS/deploy/00-init/istio/README.md
vnfs/DAaaS/deploy/00-init/istio/istio-operator/.helmignore [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/Chart.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/README.md [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/templates/_helpers.tpl [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/templates/authproxy-rbac.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/templates/authproxy-service.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/templates/operator-istio-1.2-crd.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/templates/operator-rbac.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/templates/operator-remoteistio-1.2-crd.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/templates/operator-service.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/templates/operator-statefulset.yaml [new file with mode: 0644]
vnfs/DAaaS/deploy/00-init/istio/istio-operator/values.yaml [new file with mode: 0644]