mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 17:27:28 +00:00
docs: add note about TargetPath and JSON values
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
f0f2a79384
commit
14dc39e8d2
1 changed files with 5 additions and 0 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue