Skip to content

Commit

Permalink
minor createNamespace docs fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Slinky <dan-slinky@cookpad.jp>
  • Loading branch information
dan-slinky-ckpd committed Apr 14, 2021
1 parent 4a73521 commit f902831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/v2beta1/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,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.
Expand Down

0 comments on commit f902831

Please sign in to comment.