mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
Merge pull request #483 from marquiz/fixes/template
Remove --sleep-interval flag from worker deployment templates
This commit is contained in:
commit
6b7be5a5de
2 changed files with 0 additions and 3 deletions
|
@ -94,8 +94,6 @@ spec:
|
|||
runAsNonRoot: true
|
||||
command:
|
||||
- "nfd-worker"
|
||||
args:
|
||||
- "--sleep-interval=60s"
|
||||
volumeMounts:
|
||||
- name: host-boot
|
||||
mountPath: "/host-boot"
|
||||
|
|
|
@ -35,7 +35,6 @@ spec:
|
|||
command:
|
||||
- "nfd-worker"
|
||||
args:
|
||||
- "--sleep-interval=60s"
|
||||
- "--server=nfd-master:8080"
|
||||
## Enable TLS authentication (1/3)
|
||||
## The example below assumes having a Secret named nfd-worker-cert with
|
||||
|
|
Loading…
Add table
Reference in a new issue