1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

helm: drop NodeFeatureRule CRD from templates

Helm 3 can manage CRDs in a more user friendly way. In fact, this now
causes deployment failure as Helm automatically tries to install the CRD
from the "crds/" subdir, too.
This commit is contained in:
Markus Lehtonen 2022-12-02 14:50:35 +02:00
parent 1accbbf337
commit c1bdcd9511
2 changed files with 0 additions and 6 deletions

View file

@ -1,3 +0,0 @@
{{- if .Values.nodeFeatureRule.createCRD }}
{{ .Files.Get "crds/nodefeaturerule-crd.yaml" }}
{{- end}}

View file

@ -10,9 +10,6 @@ nameOverride: ""
fullnameOverride: ""
namespaceOverride: ""
nodeFeatureRule:
createCRD: true
master:
instance:
extraLabelNs: []