Skip to content

Commit

Permalink
Merge pull request #2217 from iawia002/tower
Browse files Browse the repository at this point in the history
Update tower leader election parameter config
  • Loading branch information
ks-ci-bot authored Jul 25, 2023
2 parents 8dd3716 + d95140f commit 97630cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/ks-multicluster/templates/tower.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
- --ca-cert=/ca.crt
- --ca-key=/ca.key
- --v=4
- --leader-elect=true
image: {{ tower_repo }}/{{ tower_image }}:{{ tower_image_tag }}
imagePullPolicy: IfNotPresent
name: tower
Expand Down Expand Up @@ -96,4 +95,4 @@ spec:
selector:
app: tower
sessionAffinity: None
type: LoadBalancer
type: LoadBalancer

0 comments on commit 97630cb

Please sign in to comment.