Skip to content

Commit 6ede314

Browse files
authored
Merge pull request #78997 from Greenie0506/update_helm_install_command
Remove --wait flag since --atomic implicitly sets it
2 parents eac2e0c + b9a4c0d commit 6ede314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dev-spaces/quickstart-team-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Use the `helm init` and `helm install` commands to set up and install the sample
8484
```cmd
8585
cd charts/
8686
helm init --wait
87-
helm install -n bikesharing . --dep-up --namespace dev --atomic --wait
87+
helm install -n bikesharing . --dep-up --namespace dev --atomic
8888
```
8989
> [!Note]
9090
> **If you are using an RBAC-enabled cluster**, be sure to configure [a service account for Tiller](https://helm.sh/docs/using_helm/#role-based-access-control). Otherwise, `helm` commands will fail.
@@ -97,7 +97,7 @@ $ helm init --wait
9797
...
9898
Happy Helming!
9999
100-
$ helm install -n bikesharing . --dep-up --namespace dev --atomic --wait
100+
$ helm install -n bikesharing . --dep-up --namespace dev --atomic
101101
102102
Hang tight while we grab the latest from your chart repositories...
103103
...

0 commit comments

Comments
 (0)