SyncWindow should allow to have multiple sync windows which has same kind,schedule,duration #20712
Open
3 tasks done
Labels
bug
Something isn't working
Checklist:
argocd version
.Describe the bug
Currently, it does not allow having multiple sync windows which have same kind+schedule+duration combination
Let's say I want to have sync windows like the below
It would stuck at project validation step at
https://github.com/argoproj/argo-cd/blob/master/pkg/apis/application/v1alpha1/app_project_types.go#L261
We can mitigate this by just splits it by minutes, but hope it been resolved to make it simple to manage.
To Reproduce
Just create multiple sync windows having the same kind+schedule+duration
Expected behavior
Allow to have multiple time duplicated sync windows
Version
The text was updated successfully, but these errors were encountered: