Skip to content

Commit

Permalink
Clarify namespace prefix in needs (#1500)
Browse files Browse the repository at this point in the history
Before this, the documentation didn't mention that the release needs to
be prefixed with the namespace if the release had a namespace configured.
  • Loading branch information
baurmatt committed Oct 4, 2020
1 parent 954673d commit 8d9d635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -848,6 +848,8 @@ releases:
- [TILLER_NAMESPACE/][NAMESPACE/]anotherelease
```

Be aware that you have to specify the namespace name if you configured one for the release(s).

All the releases listed under `needs` are installed before(or deleted after) the release itself.

For the following example, `helmfile [sync|apply]` installs releases in this order:
Expand Down

0 comments on commit 8d9d635

Please sign in to comment.