stale-holiday-22431
10/18/2018, 5:39 PMhelm repo add coreos <https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/>
helm install coreos/prometheus-operator --name prometheus-operator --namespace monitoring
So I’m trying this in Pulumi:
const chart = new k8s.helm.v2.Chart('prometheus-operator', {
repo: '<https://s3-eu-west-1.amazonaws.com/coreos-charts/stable>',
version: '0.0.29',
chart: 'prometheus-operator',
})
But Pulumi reports that Helm 404'd trying to find the chart.creamy-potato-29402
10/18/2018, 6:21 PM