diff --git a/content/en/flux/guides/helmreleases.md b/content/en/flux/guides/helmreleases.md index d369fec2c..86e361e85 100644 --- a/content/en/flux/guides/helmreleases.md +++ b/content/en/flux/guides/helmreleases.md @@ -526,7 +526,7 @@ spec: replicaCount: 5 ``` -If the `spec.chart.spec.valuesFiles` doesn't exist inside the chart, helm-controller will not be able to +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: ```sh