From a5f802a418420e137e7dde887b14d683f41df8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Wed, 11 Sep 2024 14:44:29 +0200 Subject: [PATCH] fix(hccm): custom args are ignored --- templates/ccm.yaml.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ccm.yaml.tpl b/templates/ccm.yaml.tpl index 4ead3f8e..79c4ee95 100644 --- a/templates/ccm.yaml.tpl +++ b/templates/ccm.yaml.tpl @@ -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"