Skip to content

Commit

Permalink
fix(hccm): custom args are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote committed Sep 11, 2024
1 parent da24fd2 commit a5f802a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/ccm.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ spec:
spec:
containers:
- name: hcloud-cloud-controller-manager
command:
- "/bin/hcloud-cloud-controller-manager"
args:
- "--cloud-provider=hcloud"
- "--leader-elect=false"
- "--allow-untagged-cloud"
- "--route-reconciliation-period=30s"
- "--allocate-node-cidrs=true"
- "--cluster-cidr=${cluster_cidr_ipv4}"
- "--webhook-secure-port=0"
Expand Down

0 comments on commit a5f802a

Please sign in to comment.