1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00

Merge pull request #1881 from marquiz/devel/helm-args-2

helm: rename args to extraArgs in values.yaml
This commit is contained in:
Kubernetes Prow Robot 2024-09-18 16:20:45 +01:00 committed by GitHub
commit aad1c8cf48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ priorityClassName: ""
master: master:
enable: true enable: true
args: [] extraArgs: []
config: ### <NFD-MASTER-CONF-START-DO-NOT-REMOVE> config: ### <NFD-MASTER-CONF-START-DO-NOT-REMOVE>
# noPublish: false # noPublish: false
# autoDefaultNs: true # autoDefaultNs: true
@ -156,7 +156,7 @@ master:
worker: worker:
enable: true enable: true
args: [] extraArgs: []
config: ### <NFD-WORKER-CONF-START-DO-NOT-REMOVE> config: ### <NFD-WORKER-CONF-START-DO-NOT-REMOVE>
#core: #core:
# labelWhiteList: # labelWhiteList:
@ -476,7 +476,7 @@ topologyUpdater:
### <NFD-TOPOLOGY-UPDATER-CONF-END-DO-NOT-REMOVE> ### <NFD-TOPOLOGY-UPDATER-CONF-END-DO-NOT-REMOVE>
enable: false enable: false
args: [] extraArgs: []
createCRDs: false createCRDs: false
serviceAccount: serviceAccount:
@ -534,7 +534,7 @@ topologyUpdater:
gc: gc:
enable: true enable: true
args: [] extraArgs: []
replicaCount: 1 replicaCount: 1
serviceAccount: serviceAccount: