1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-11 11:17:09 +00:00
node-feature-discovery/deployment/overlays/default-combined/kustomization.yaml
Markus Lehtonen 1f8a6d7819 kustomize: add standard-combined overlay
Replicates nfd-daemonset-combined.yaml.template.

In addition to the overlay we need to add a separate set of patches
under components/common in order to handle the double-container pod.
2021-08-18 15:10:25 +03:00

15 lines
262 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: node-feature-discovery
bases:
- ../../base/rbac
- ../../base/master-worker-combined
resources:
- namespace.yaml
components:
- ../../components/worker-config
- ../../components/common