mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
a2c066dc0d
- create an overlay for deployment of all components - create an overlay for just topologyupdater deployment (to be deployed in conjunction with the default overlay) - create a separate overlay for deployment of master and topologyupdater-job Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
9 lines
226 B
YAML
9 lines
226 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: node-feature-discovery
|
|
|
|
resources:
|
|
- topologyupdater-serviceaccount.yaml
|
|
- topologyupdater-clusterrole.yaml
|
|
- topologyupdater-clusterrolebinding.yaml
|