...
1namespace: nfd
2apiVersion: kustomize.config.k8s.io/v1beta1
3kind: Kustomization
4resources:
5- ../../../../../third_party/k8s/node-feature-discovery/base
6- linkerd.yaml
7commonLabels:
8 platform.edge.ncr.com/component: node-feature-discovery
9components:
10- ../../../../components/edge/patches/server-preferred
11- ../../../../components/edge/patches/tolerations
12patches:
13- path: ./patches/nfd-worker-patch.yaml
14 target:
15 name: nfd-worker
16 kind: DaemonSet
17- path: ./patches/nfd-master-patch.yaml
18 target:
19 name: nfd-master
20 kind: Deployment
21- path: ./patches/nfd-gc-patch.yaml
22 target:
23 name: nfd-gc
24 kind: Deployment
25- path: ./patches/namespace-patch.yaml
26 target:
27 name: node-feature-discovery
28 kind: Namespace
View as plain text