Skip to content

Commit 71aeacb

Browse files
anmazzottidavidcassany
authored andcommitted
Revert not-needed marker fix
(cherry picked from commit 73c3622)
1 parent 50c461b commit 71aeacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/seedimage_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type SeedImageSpec struct {
3232
// If when the lifetime elapses the built image is being downloaded, the active
3333
// download will be completed before removing the built image.
3434
// Default is 60 minutes, set to 0 to disable.
35-
// +kubebuilder:default=60
35+
// +kubebuilder:default:=60
3636
// +optional
3737
LifetimeMinutes int32 `json:"cleanupAfterMinutes"`
3838
// RetriggerBuild triggers to build again a cleaned up seed image.

0 commit comments

Comments
 (0)