quaint-book-39362
02/22/2020, 8:30 PMwhite-balloon-205
02/22/2020, 9:08 PMquaint-book-39362
02/22/2020, 9:21 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>' },
});
helm
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
02/22/2020, 11:20 PMquaint-book-39362
02/22/2020, 11:57 PM