Skip to content

Commit

Permalink
[DOWNSTREAM-ONLY] bundle: include OpenShift recommended leader-electi…
Browse files Browse the repository at this point in the history
…on parameters

Commit d236c5a added the
leader-election options to config/manager/manager.yaml, but due to an
earlier existance of manager_auth_proxy_patch.yaml, those parameters
never made it into the final bundle.

The manager_auth_proxy_patch.yaml file is now removed, and the
recommended leader-election parameters are now (finally) part of the
bundle.

Co-authored-by: Niraj Yadav <[email protected]>
Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic and black-dragon74 committed Jan 8, 2025
1 parent 4526e5a commit 24aaa11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/controller/setup-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ spec:
- args:
- --namespace=$(POD_NAMESPACE)
- --leader-elect
- --leader-election-lease-duration=137s
- --leader-election-renew-deadline=107s
- --leader-election-retry-period=26s
command:
- /csi-addons-manager
env:
Expand Down

0 comments on commit 24aaa11

Please sign in to comment.