From f7a58d12c199fe2b1cada5424eed2179f96e64e5 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Sun, 25 Aug 2024 12:38:42 -0400 Subject: [PATCH] take feedback into account from Souleb https://github.com/fluxcd/website/pull/1950#discussion_r1602851096 Signed-off-by: Kingdon Barrett --- content/en/flux/guides/helmreleases.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/en/flux/guides/helmreleases.md b/content/en/flux/guides/helmreleases.md index 86e361e85..ebb9853d5 100644 --- a/content/en/flux/guides/helmreleases.md +++ b/content/en/flux/guides/helmreleases.md @@ -526,8 +526,12 @@ spec: replicaCount: 5 ``` -If one or many of the `spec.chart.spec.valuesFiles` don't exist inside the chart, helm-controller will not be able to -fetch the chart. To determine why the `HelmChart` fails to produce an artifact, you can inspect the status with: +If one or many of the `spec.chart.spec.valuesFiles` don't exist inside the chart, +helm-controller will not be able to fetch the chart. That default behavior can be +overridden by setting `.spec.chart.spec.ignoreMissingValuesFiles`, so a missing +file named in `valuesFiles` will not cause any failure. + +To determine why the `HelmChart` fails to produce an artifact, you can inspect the status with: ```sh $ kubectl get helmcharts --all-namespaces