mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-28 02:37:11 +00:00
deployment/helm: don't force sleep-interval in worker cmdline flags
Drop --sleep-interval from the template. We really don't want to do that as. First, it's the default value so no use repeating that in the template. And more importantly, the commandline flag will override anything that will be provided in the worker config file, making it impossible for users to specify the sleep interval (other than by editing the template directly).
This commit is contained in:
parent
93a0a9f14a
commit
890d9455f1
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ spec:
|
|||
command:
|
||||
- "nfd-worker"
|
||||
args:
|
||||
- "--sleep-interval=60s"
|
||||
- "--server={{ include "node-feature-discovery.fullname" . }}-master:{{ .Values.master.service.port }}"
|
||||
## Enable TLS authentication (1/3)
|
||||
## The example below assumes having the root certificate named ca.crt stored in
|
||||
|
|
Loading…
Add table
Reference in a new issue