Skip to content

Commit 74bf3d1

Browse files
authored
Merge pull request #1950 from choeffer/patch-1
docs(helmrelease): typo
2 parents c202fa5 + f7a58d1 commit 74bf3d1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/en/flux/guides/helmreleases.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,12 @@ spec:
526526
replicaCount: 5
527527
```
528528

529-
If the `spec.chart.spec.valuesFiles` doesn't exists inside the chart, helm-controller will not be able to
530-
fetch the chart. To determine why the `HelmChart` fails to produce an artifact, you can inspect the status with:
529+
If one or many of the `spec.chart.spec.valuesFiles` don't exist inside the chart,
530+
helm-controller will not be able to fetch the chart. That default behavior can be
531+
overridden by setting `.spec.chart.spec.ignoreMissingValuesFiles`, so a missing
532+
file named in `valuesFiles` will not cause any failure.
533+
534+
To determine why the `HelmChart` fails to produce an artifact, you can inspect the status with:
531535

532536
```sh
533537
$ kubectl get helmcharts --all-namespaces

0 commit comments

Comments
 (0)