namespace: nfd apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../../../../third_party/k8s/node-feature-discovery/base - linkerd.yaml commonLabels: platform.edge.ncr.com/component: node-feature-discovery components: - ../../../../components/edge/patches/server-preferred - ../../../../components/edge/patches/tolerations patches: - path: ./patches/nfd-worker-patch.yaml target: name: nfd-worker kind: DaemonSet - path: ./patches/nfd-master-patch.yaml target: name: nfd-master kind: Deployment - path: ./patches/nfd-gc-patch.yaml target: name: nfd-gc kind: Deployment - path: ./patches/namespace-patch.yaml target: name: node-feature-discovery kind: Namespace