Fix typo in README (#1032)
This commit is contained in:
parent
4b2d6946be
commit
314557c824
|
|
@ -735,7 +735,7 @@ or in the `releases` entries.
|
||||||
`needs` controls the order of the installation/deletion of the release:
|
`needs` controls the order of the installation/deletion of the release:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
relesaes:
|
releases:
|
||||||
- name: somerelease
|
- name: somerelease
|
||||||
needs:
|
needs:
|
||||||
- [TILLER_NAMESPACE/][NAMESPACE/]anotherelease
|
- [TILLER_NAMESPACE/][NAMESPACE/]anotherelease
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue