mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 08:47:04 +00:00
The base should really have the very bare minimum. Remove all redundant (at default-value) args and move the others to the specific topologyupdater kustomize component. This also makes these settings re-usable in user-specific overlays (that are not based on topologyupdater-daemonset).
16 lines
389 B
YAML
16 lines
389 B
YAML
apiVersion: kustomize.config.k8s.io/v1alpha1
|
|
kind: Component
|
|
|
|
patches:
|
|
- path: topologyupdater-securitycontext.yaml
|
|
target:
|
|
labelSelector: app=nfd
|
|
name: nfd-topology-updater
|
|
- path: topologyupdater-mounts.yaml
|
|
target:
|
|
labelSelector: app=nfd
|
|
name: nfd-topology-updater
|
|
- path: sleep-interval-flag.yaml
|
|
target:
|
|
labelSelector: app=nfd
|
|
name: nfd-topology-updater
|