1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-17 22:08:33 +00:00
node-feature-discovery/deployment/overlays/prune/kustomization.yaml
Markus Lehtonen ce518a5db8 deployment/kustomize: add master config to prune overlay
Otherwise pods error out with failed mount of nfd-master-conf ConfigMap.
2023-04-21 12:11:47 +00:00

21 lines
339 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
- ../../components/master-config
patches:
- path: master-clusterrole.yaml
target:
kind: ClusterRole
name: nfd-master