Skip to content

Commit

Permalink
take feedback into account from Souleb
Browse files Browse the repository at this point in the history
#1950 (comment)

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Aug 25, 2024
1 parent c428757 commit f7a58d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/en/flux/guides/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7a58d1

Please sign in to comment.