We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6e2a57 + 13a0f12 commit 0fa6984Copy full SHA for 0fa6984
docs/spec/v1alpha1/gitrepositories.md
@@ -27,6 +27,11 @@ type GitRepositorySpec struct {
27
// The interval at which to check for repository updates.
28
Interval metav1.Duration `json:"interval"`
29
30
+ // The timeout for remote git operations like cloning.
31
+ // +kubebuilder:validation:Default=20s
32
+ // +optional
33
+ Timeout *metav1.Duration `json:"timeout,omitempty"`
34
+
35
// The git reference to checkout and monitor for changes, defaults to
36
// master branch.
37
// +optional
0 commit comments