File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -526,8 +526,12 @@ spec:
526
526
replicaCount: 5
527
527
` ` `
528
528
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 :
531
535
532
536
` ` ` sh
533
537
$ kubectl get helmcharts --all-namespaces
You can’t perform that action at this time.
0 commit comments