feat: document that jsonPatches et al can be files (#1313)

This commit is contained in:
Chris Weyl 2024-01-25 17:01:21 -06:00 committed by GitHub
parent cfd2c16cda
commit 61202424e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ Please also see [test/advanced/helmfile.yaml](https://github.com/helmfile/helmfi
With Helmfile's integration with Kustomize, not only deploying Kustomization as a Helm chart, you can kustomize charts before installation.
.. Hint:: The following fields can also specify files, in the same manner as
the `values` field.
Currently, Helmfile allows you to set the following fields for kustomizing the chart:
- [`releases[].strategicMergePatches`](#strategicmergepatches)