From 362177dc9bba89260e2e29c86bba9d9f012aad23 Mon Sep 17 00:00:00 2001 From: Dan Slinky Date: Wed, 14 Apr 2021 16:50:21 +0100 Subject: [PATCH] minor createNamespace docs fix Signed-off-by: Dan Slinky --- docs/spec/v2beta1/helmreleases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/v2beta1/helmreleases.md b/docs/spec/v2beta1/helmreleases.md index 1cfa254..f9261c9 100644 --- a/docs/spec/v2beta1/helmreleases.md +++ b/docs/spec/v2beta1/helmreleases.md @@ -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.