minor createNamespace docs fix

Signed-off-by: Dan Slinky <dan-slinky@cookpad.jp>
This commit is contained in:
Dan Slinky 2021-04-14 16:50:21 +01:00 committed by Hidde Beydals
parent 242473c59b
commit 362177dc9b
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ The Helm storage is stored on the remote cluster in a namespace that equals to t
the HelmRelease, or the configured `spec.storageNamespace`. The release itself is made in a
namespace that equals to the namespace of the HelmRelease, or the configured `spec.targetNamespace`.
The namespaces are expected to exist, with the exception that `spec.targetNamespace` can be
created on demand by Helm when `spec.createNamespace` is set to `true`.
created on demand by Helm when `spec.install.createNamespace` is set to `true`.
Other references to Kubernetes resources in the HelmRelease, like ValuesReference resources,
are expected to exist on the reconciling cluster.