From 61202424e492c83ec97bc5926408c4f081cf4761 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Thu, 25 Jan 2024 17:01:21 -0600 Subject: [PATCH] feat: document that jsonPatches et al can be files (#1313) --- docs/advanced-features.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/advanced-features.md b/docs/advanced-features.md index 762d2edb..8d733601 100644 --- a/docs/advanced-features.md +++ b/docs/advanced-features.md @@ -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)