Fix typos (#1003)
This commit is contained in:
parent
04379cee80
commit
e745a2602b
|
|
@ -770,7 +770,7 @@ For the following example, `helmfile [sync|apply]` installs releases in this ord
|
||||||
|
|
||||||
Note that all the releases in a same group is installed concurrently. That is, myapp1 and myapp2 are installed concurrently.
|
Note that all the releases in a same group is installed concurrently. That is, myapp1 and myapp2 are installed concurrently.
|
||||||
|
|
||||||
On `helmdile [delete|destroy]`, deleations happen in the reverse order.
|
On `helmfile [delete|destroy]`, deletions happen in the reverse order.
|
||||||
|
|
||||||
That is, `myapp1` and `myapp2` are deleted first, then `servicemesh`, and finally `logging`.
|
That is, `myapp1` and `myapp2` are deleted first, then `servicemesh`, and finally `logging`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue