Bring istio-base, istiod, and istio-gateway under a single BB (sandbox) package
The objective is to roll all 3 charts/configs into a single BB package.
Initially, this new package will be configured under the BB umbrella chart as the istio3: package.
When BB graduates from 2.99 to 3.0, the top level package configuration will transition from being named istio3: to simply istio: This can only happen once the operator and controlplane packages are removed aa this is a non-backwards-compatible breaking change.
Ideally, the new sandbox/istio package should be modeled on the same principles as Stas' chart / template repo. The dependency loading of 3 charts in the same package also simplifies management of these resources.
Edited by kipten