fix: Remove command from daemonset template (#1408)

* Remove command from daemonset template

fixes https://github.com/projectcapsule/capsule/issues/1407

* Remove command from daemonset template

fixes https://github.com/projectcapsule/capsule/issues/1407

Signed-off-by: Christian Schmidt <christian@mycr.de>

---------

Signed-off-by: Christian Schmidt <christian@mycr.de>
This commit is contained in:
schmidt-i
2025-05-06 16:15:40 +02:00
committed by GitHub
parent 2d3851f409
commit 63c92f8e6c
-2
View File
@@ -58,8 +58,6 @@ spec:
secretName: {{ include "capsule.secretTlsName" . }}
containers:
- name: manager
command:
- /manager
args:
- --webhook-port={{ .Values.manager.webhookPort }}
- --enable-leader-election