From 63c92f8e6c722355af02a9632a885e3d3038c7a6 Mon Sep 17 00:00:00 2001 From: schmidt-i <77828091+schmidt-i@users.noreply.github.com> Date: Tue, 6 May 2025 16:15:40 +0200 Subject: [PATCH] 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 --------- Signed-off-by: Christian Schmidt --- charts/capsule/templates/daemonset.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/capsule/templates/daemonset.yaml b/charts/capsule/templates/daemonset.yaml index 4f8a6077..b0d88580 100644 --- a/charts/capsule/templates/daemonset.yaml +++ b/charts/capsule/templates/daemonset.yaml @@ -58,8 +58,6 @@ spec: secretName: {{ include "capsule.secretTlsName" . }} containers: - name: manager - command: - - /manager args: - --webhook-port={{ .Values.manager.webhookPort }} - --enable-leader-election