diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-10-15 14:27:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-15 14:27:16 -0700 |
| commit | a5e9a70043a3cf038f2049e5cf0f82ee5a9ceaae (patch) | |
| tree | 2cc557cd503ce35339786cc0cd9b6523baa2fb1e | |
| parent | f9b6602a039d069e1fa11300ed3548d667786c0d (diff) | |
| parent | 049698d45c674a2b046abca56a8a44007c923ad8 (diff) | |
Merge pull request #6164 from jberkus/fix-date
Fix election start date.
| -rw-r--r-- | events/elections/2021/election.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events/elections/2021/election.yaml b/events/elections/2021/election.yaml index ec034072..b65ec5f5 100644 --- a/events/elections/2021/election.yaml +++ b/events/elections/2021/election.yaml @@ -1,6 +1,6 @@ name: 2021 Steering Committee Election organization: Kubernetes -start_datetime: 2021-10-14 00:00:01 +start_datetime: 2021-10-18 00:00:01 end_datetime: 2021-11-04 23:59:00 no_winners: 4 allow_no_opinion: True |
