Skip to content

Commit b88e1d1

Browse files
committed
Backup - Unify annotation with default value
Signed-off-by: Ales Raszka <araszka@redhat.com>
1 parent 9b46583 commit b88e1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type BackupCronJobConfig struct {
108108
OrasConfig *OrasConfig `json:"oras,omitempty"`
109109
// Schedule specifies the cron schedule for the backup cron job.
110110
// For example, "0 1 * * *" runs daily at 1 AM.
111-
// +kubebuilder:default:="0 1 * * *"
111+
// +kubebuilder:default:="0 0 1 * *"
112112
// +kubebuilder:validation:Optional
113113
Schedule string `json:"schedule,omitempty"`
114114
// BackoffLimit specifies the number of retries before marking a backup job as failed.

0 commit comments

Comments
 (0)