mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
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:
@@ -58,8 +58,6 @@ spec:
|
||||
secretName: {{ include "capsule.secretTlsName" . }}
|
||||
containers:
|
||||
- name: manager
|
||||
command:
|
||||
- /manager
|
||||
args:
|
||||
- --webhook-port={{ .Values.manager.webhookPort }}
|
||||
- --enable-leader-election
|
||||
|
||||
Reference in New Issue
Block a user