Skip to content

Aws istio injection

Sean Fisher requested to merge aws-istio-injection into aws-develop

Moves Istio installation outside of the main Helm install process. Istio is a special case; it's a dependency that needs to install cluster-wide resources. Instead of being trapped in the same namespaces as the rest of the resources, this creates namespaces and installs it separately.

Merge request reports