1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00
node-feature-discovery/deployment/overlays/topologyupdater-job/kustomization.yaml
Markus Lehtonen d2751102ef deployment: fix typo in overlay name
Rename topologupdater-job to topologyupdater-job.
2021-09-24 22:04:35 +03:00

18 lines
356 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: node-feature-discovery
bases:
- ../../base/rbac
- ../../base/rbac-topologyupdater
- ../../base/master
- ../../base/noderesourcetopologies-crd
- ../../base/topologyupdater-job
resources:
- namespace.yaml
components:
- ../../components/common
- ../../components/topology-updater