mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 08:47:04 +00:00
19 lines
323 B
YAML
19 lines
323 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
namespace: node-feature-discovery
|
||
|
|
||
|
resources:
|
||
|
- ../../default
|
||
|
|
||
|
configMapGenerator:
|
||
|
- name: custom-source-extra-rules-1
|
||
|
files:
|
||
|
- custom.conf=custom-rules.example.yaml
|
||
|
|
||
|
patches:
|
||
|
- path: mounts.yaml
|
||
|
target:
|
||
|
labelSelector: app=nfd
|
||
|
name: nfd-worker
|