mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
787ebfe441
Add a new base kustomization for worker Job and an overlay stitching up the complete deployment. Replaces nfd-worker-job.yaml.template.
7 lines
129 B
YAML
7 lines
129 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: node-feature-discovery
|
|
|
|
resources:
|
|
- worker-job.yaml
|