OpsMx / spinnaker-helm

Stable helm chart of Spinnaker
23 stars 43 forks source link

Helm example not working for helm v3.9.2 #29

Open teabolt opened 2 years ago

teabolt commented 2 years ago

The README command helm install --name my-release spinnaker/spinnaker --timeout 600 results in errors:

To fix, run the example as helm install my-release spinnaker/spinnaker (no timeout)