sparse-intern-71089
10/05/2022, 3:02 PMbillowy-army-68599
const istioNamespace = new k8s.core.v1.Namespace(istioNamespaceName, {
metadata: {
name: "istio-system
}
});
billowy-army-68599
billowy-army-68599
const istioBase = new k8s.helm.v3.Chart("istio-base", {
chart: "base",
version: istioVersion,
namespace: istioNamespace.metadata.name,
fetchOpts: {
repo: "<https://istio-release.storage.googleapis.com/charts>",
},
}, {
dependsOn: istioNamespace
});
To reference itlively-needle-84406
10/05/2022, 3:07 PMsteep-toddler-94095
10/05/2022, 5:29 PM