From 8d9d635b8b83498a3c365618759a07a7023a2f9e Mon Sep 17 00:00:00 2001 From: Matthias Baur Date: Mon, 5 Oct 2020 01:51:39 +0200 Subject: [PATCH] Clarify namespace prefix in needs (#1500) Before this, the documentation didn't mention that the release needs to be prefixed with the namespace if the release had a namespace configured. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7377850d..5014fae8 100644 --- a/README.md +++ b/README.md @@ -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: