We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b46583 commit b88e1d1Copy full SHA for b88e1d1
apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go
@@ -108,7 +108,7 @@ type BackupCronJobConfig struct {
108
OrasConfig *OrasConfig `json:"oras,omitempty"`
109
// Schedule specifies the cron schedule for the backup cron job.
110
// For example, "0 1 * * *" runs daily at 1 AM.
111
- // +kubebuilder:default:="0 1 * * *"
+ // +kubebuilder:default:="0 0 1 * *"
112
// +kubebuilder:validation:Optional
113
Schedule string `json:"schedule,omitempty"`
114
// BackoffLimit specifies the number of retries before marking a backup job as failed.
0 commit comments