1
0
mirror of synced 2026-03-18 08:56:57 +00:00

Merge pull request #627 from fluxcd/doc-targetpath-escape-note

docs: add note about `TargetPath` and JSON values
This commit is contained in:
Hidde Beydals
2020-12-18 15:35:13 +01:00
committed by GitHub

View File

@@ -257,6 +257,11 @@ The definition of the listed keys is as follows:
You can read more about the available formats and limitations in 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). 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 ## Refer to values in `ConfigMaps` generated with Kustomize
It is possible to use Kustomize [ConfigMap generator](https://kubectl.docs.kubernetes.io/references/kustomize/configmapgenerator/) It is possible to use Kustomize [ConfigMap generator](https://kubectl.docs.kubernetes.io/references/kustomize/configmapgenerator/)