From 9735642fe8b092da503e88c9ebca8c63ddcf7c92 Mon Sep 17 00:00:00 2001 From: Gabriel Miretti Date: Tue, 19 Dec 2017 17:51:27 -0300 Subject: [PATCH] Fix broken bullets by Note in docs.helm.sh --- docs/using_helm.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/using_helm.md b/docs/using_helm.md index d2e1768a8..6bf7bc40a 100755 --- a/docs/using_helm.md +++ b/docs/using_helm.md @@ -379,10 +379,9 @@ is not a full list of cli flags. To see a description of all flags, just run Services have an IP address (and Ingress if a `LoadBalancer`) before 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 - `FAILED`. - - Note: In scenario where Deployment has `replicas` set to 1 and `maxUnavailable` is not set to 0 as part of rolling - update strategy, `--wait` will return as ready as it has satisfied the minimum Pod in ready condition. + `FAILED`. Note: In scenario where Deployment has `replicas` set to 1 and + `maxUnavailable` is not set to 0 as part of rolling update strategy, + `--wait` will return as ready as it has satisfied the minimum Pod in ready condition. - `--no-hooks`: This skips running hooks for the command - `--recreate-pods` (only available for `upgrade` and `rollback`): This flag will cause all pods to be recreated (with the exception of pods belonging to