Skip to content

Commit

Permalink
Merge pull request #130 from jstrachan/changes2
Browse files Browse the repository at this point in the history
chore: lets not omit empty schedule
  • Loading branch information
jstrachan authored Apr 2, 2021
2 parents 0997769 + 15b09ff commit deff0fe
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 deff0fe

Please sign in to comment.