1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-04-14 00:06:26 +00:00
node-feature-discovery/deployment/helm/node-feature-discovery/templates/nodefeaturerule-crd.yaml
Markus Lehtonen acdc632935 helm: rename "manifests" subdir to "crds"
Rename the Helm subdir that contains CRD(s) to match the expected chart
directory structure.
2022-08-19 14:58:01 +03:00

3 lines
103 B
YAML

{{- if .Values.nodeFeatureRule.createCRD }}
{{ .Files.Get "crds/nodefeaturerule-crd.yaml" }}
{{- end}}