From 14dc39e8d25dede65d67396a0bcca09ea2817ed4 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 18 Dec 2020 15:09:50 +0100 Subject: [PATCH] docs: add note about `TargetPath` and JSON values Signed-off-by: Hidde Beydals --- docs/guides/helmreleases.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guides/helmreleases.md b/docs/guides/helmreleases.md index 1baa405a..df00896d 100644 --- a/docs/guides/helmreleases.md +++ b/docs/guides/helmreleases.md @@ -257,6 +257,11 @@ The definition of the listed keys is as follows: You can read more about the available formats and limitations in the [Helm documentation](https://helm.sh/docs/intro/using_helm/#the-format-and-limitations-of---set). +!!! warning "`TargetPath` and JSON values" + When using `TargetPath` in combination with a JSON string, the + [limitations are the same as while using `helm`](https://github.com/helm/helm/issues/5618), + and require you to escape the full JSON string (including `=`, `[`, `,`, `.`). + ## Refer to values in `ConfigMaps` generated with Kustomize It is possible to use Kustomize [ConfigMap generator](https://kubectl.docs.kubernetes.io/references/kustomize/configmapgenerator/)