Skip to content

Commit

Permalink
Merge pull request #1950 from choeffer/patch-1
Browse files Browse the repository at this point in the history
docs(helmrelease): typo
  • Loading branch information
kingdonb authored Aug 25, 2024
2 parents c202fa5 + f7a58d1 commit 74bf3d1
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 74bf3d1

Please sign in to comment.