We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c461b commit 71aeacbCopy full SHA for 71aeacb
api/v1beta1/seedimage_type.go
@@ -32,7 +32,7 @@ type SeedImageSpec struct {
32
// If when the lifetime elapses the built image is being downloaded, the active
33
// download will be completed before removing the built image.
34
// Default is 60 minutes, set to 0 to disable.
35
- // +kubebuilder:default=60
+ // +kubebuilder:default:=60
36
// +optional
37
LifetimeMinutes int32 `json:"cleanupAfterMinutes"`
38
// RetriggerBuild triggers to build again a cleaned up seed image.
0 commit comments