Merge pull request #2537 from robermorales/patch-1

Fix typo: Update using_helm.md
pull/2540/head
Michelle Noorali 8 years ago committed by GitHub
commit d37d8d4a35

@ -356,7 +356,7 @@ is not a full list of cli flags. To see a description of all flags, just run
This defaults to 300 (5 minutes) This defaults to 300 (5 minutes)
- `--wait`: Waits until all Pods are in a ready state, PVCs are bound, Deployments - `--wait`: Waits until all Pods are in a ready state, PVCs are bound, Deployments
have minimum (`Desired` minus `maxUnavailable`) Pods in ready state and have minimum (`Desired` minus `maxUnavailable`) Pods in ready state and
Services have and IP address (and Ingress if a `LoadBalancer`) before Services have an IP address (and Ingress if a `LoadBalancer`) before
marking the release as successful. It will wait for as long as the marking the release as successful. It will wait for as long as the
`--timeout` value. If timeout is reached, the release will be marked as `--timeout` value. If timeout is reached, the release will be marked as
`FAILED`. `FAILED`.

Loading…
Cancel
Save