Document and values.yaml updates for leader election customization

Follow-up for #806
This commit is contained in:
Yusuke Kuoka
2021-09-14 08:23:55 +00:00
parent 4320e0e5e1
commit fe64850d3d
3 changed files with 15 additions and 9 deletions

View File

@@ -8,11 +8,10 @@ replicaCount: 1
syncPeriod: 10m
controller:
enableLeaderElection: true
# Specifies the controller id for leader election.
# Must be unique if more than one controller installed.
#leaderElectionId: "actions-runner-controller"
enableLeaderElection: true
# Specifies the controller id for leader election.
# Must be unique if more than one controller installed onto the same namespace.
#leaderElectionId: "actions-runner-controller"
# The controller tries its best not to repeat the duplicate GitHub API call
# within this duration.