sparse-intern-71089
02/22/2020, 8:30 PMwhite-balloon-205
quaint-book-39362
02/22/2020, 9:21 PMquaint-book-39362
02/22/2020, 9:26 PMquaint-book-39362
02/22/2020, 9:27 PMimport * as k8s from '@pulumi/kubernetes';
const nginx = new k8s.helm.v3.Chart('my-nginx', {
chart: 'nginx-ingress',
fetchOpts: { repo: '<https://kubernetes-charts.storage.googleapis.com>' },
});
quaint-book-39362
02/22/2020, 9:27 PMquaint-book-39362
02/22/2020, 9:49 PMhelm
and helm3
binaries installed via snap, but really they are both version 3. i am using the v3 namespace in the program, as you can see.white-balloon-205
white-balloon-205
quaint-book-39362
02/22/2020, 11:57 PM