mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-12 11:47:05 +00:00
21 lines
395 B
YAML
21 lines
395 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||
|
kind: Component
|
||
|
|
||
|
patches:
|
||
|
- path: env.yaml
|
||
|
target:
|
||
|
labelSelector: app=nfd
|
||
|
name: nfd.*
|
||
|
- path: securitycontext.yaml
|
||
|
target:
|
||
|
labelSelector: app=nfd
|
||
|
name: nfd.*
|
||
|
- path: master-affinity.yaml
|
||
|
target:
|
||
|
labelSelector: app=nfd
|
||
|
name: nfd-master
|
||
|
- path: worker-mounts.yaml
|
||
|
target:
|
||
|
labelSelector: app=nfd
|
||
|
name: nfd-worker
|