refactor: set sync period default to 1m (#1308)

Fixes: #1294

Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
Callum Tait
2022-04-24 10:47:00 +09:00
committed by GitHub
co-authored by toast-gear Yusuke Kuoka
parent 9f254a2393
commit c3e280eadb
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ TEST_REPO ?= ${DOCKER_USER}/actions-runner-controller
TEST_ORG ?=
TEST_ORG_REPO ?=
TEST_EPHEMERAL ?= false
SYNC_PERIOD ?= 5m
SYNC_PERIOD ?= 1m
USE_RUNNERSET ?=
RUNNER_FEATURE_FLAG_EPHEMERAL ?=
KUBECONTEXT ?= kind-acceptance