Skip to content

Commit

Permalink
Revert not-needed marker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anmazzotti authored and davidcassany committed Aug 30, 2023
1 parent 1e5d3e4 commit 73c3622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/seedimage_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type SeedImageSpec struct {
// If when the lifetime elapses the built image is being downloaded, the active
// download will be completed before removing the built image.
// Default is 60 minutes, set to 0 to disable.
// +kubebuilder:default=60
// +kubebuilder:default:=60
// +optional
LifetimeMinutes int32 `json:"cleanupAfterMinutes"`
// RetriggerBuild triggers to build again a cleaned up seed image.
Expand Down

0 comments on commit 73c3622

Please sign in to comment.