Skip to content

Commit

Permalink
chore: lets not omit empty schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 2, 2021
1 parent 0997769 commit 15b09ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/core/v4beta1/requirements.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ type AutoUpdateConfig struct {
// Enabled autoupdate
Enabled bool `json:"enabled"`
// Schedule cron of auto updates
Schedule string `json:"schedule,omitempty"`
Schedule string `json:"schedule"`
// AutoMerge if enabled lets auto merge any generated update PullRequests on the dev cluster git repository
AutoMerge bool `json:"autoMerge,omitempty"`
}
Expand Down

0 comments on commit 15b09ff

Please sign in to comment.