fluxcd / flagger

Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
https://docs.flagger.app
Apache License 2.0
4.92k stars 737 forks source link

podinfo helm chart fails #600

Open kernel164 opened 4 years ago

kernel164 commented 4 years ago

I followed the instruction as per podinfo helm chart page -> https://github.com/weaveworks/flagger/tree/master/charts/podinfo

I get the following error.

Canary.flagger.app "podinfo-frontend" is invalid: spec.analysis.webhooks: Invalid value: "null": spec.analysis.webhooks in body must be of type array: "null"
stefanprodan commented 4 years ago

You need to enable the load test to make it work. Thanks for reporting this.