Skip to content

Commit 51f82e7

Browse files
hiddecostefanprodan
authored andcommitted
Drop interval fallback for HelmChart
1 parent e0eb330 commit 51f82e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spec/v1alpha1/helmcharts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ type HelmChartSpec struct {
2626
HelmRepositoryRef v1.LocalObjectReference `json:"helmRepositoryRef"`
2727

2828
// The interval at which to check the referenced HelmRepository index
29-
// for updates. Defaults to the interval of the referenced HelmRepository.
30-
// +optional
31-
Interval metav1.Duration `json:"interval,omitempty"`
29+
// for updates.
30+
// +required
31+
Interval metav1.Duration `json:"interval"`
3232
}
3333
```
3434

0 commit comments

Comments
 (0)