mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-10 18:57:59 +00:00
32 lines
559 B
YAML
32 lines
559 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: node-feature-discovery
|
|
|
|
resources:
|
|
- ../../default
|
|
- issuer.yaml
|
|
- master-cert.yaml
|
|
- workers-cert.yaml
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
patches:
|
|
- path: args.yaml
|
|
target:
|
|
labelSelector: app=nfd
|
|
name: nfd.*
|
|
- path: master-mounts.yaml
|
|
target:
|
|
labelSelector: app=nfd
|
|
name: nfd-master
|
|
- path: worker-mounts.yaml
|
|
target:
|
|
labelSelector: app=nfd
|
|
name: nfd-worker
|
|
- path: probes.yaml
|
|
target:
|
|
labelSelector: app=nfd
|
|
name: nfd-master
|
|
|