mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-12 03:36:58 +00:00
21 lines
306 B
YAML
21 lines
306 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
namespace: node-feature-discovery
|
||
|
|
||
|
bases:
|
||
|
- ../../base/rbac
|
||
|
|
||
|
resources:
|
||
|
- namespace.yaml
|
||
|
- master-job.yaml
|
||
|
|
||
|
components:
|
||
|
- ../../components/common
|
||
|
|
||
|
patches:
|
||
|
- path: master-clusterrole.yaml
|
||
|
target:
|
||
|
kind: ClusterRole
|
||
|
name: nfd-master
|