Skip to content

Commit

Permalink
Merge pull request #2041 from fluxcd/backport-1950-to-v2-3
Browse files Browse the repository at this point in the history
[v2-3] docs(helmrelease): typo
  • Loading branch information
kingdonb authored Aug 25, 2024
2 parents d9b57cf + 5a04dc4 commit 59aa3d5
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 the `spec.chart.spec.valuesFiles` doesn't exists 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 59aa3d5

Please sign in to comment.