sparse-intern-71089
02/15/2022, 3:09 PMincalculable-midnight-8291
02/16/2022, 3:39 PMbored-barista-23480
02/16/2022, 4:30 PMbored-barista-23480
02/16/2022, 4:32 PMdestroybored-barista-23480
02/18/2022, 9:48 AMComponentResourcedependsOn[helmChart]helmChart.readyincalculable-midnight-8291
02/18/2022, 1:39 PMbored-barista-23480
02/18/2022, 6:56 PMincalculable-midnight-8291
02/23/2022, 2:32 PMnew k8s.helm.v3.Chartconst cluster = new eks.Cluster(clusterName, {...});
new k8s.helm.v3.Chart('ingress-nginx', {
    version: '4.0.17',
    chart: 'ingress-nginx',
    fetchOpts: {
        repo: '<https://kubernetes.github.io/ingress-nginx>',
    },
}, {
    dependsOn: [cluster],
});