--- # yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: node-feature-discovery namespace: kube-system spec: interval: 30m chart: spec: chart: node-feature-discovery version: 0.17.0 sourceRef: kind: HelmRepository name: node-feature-discovery namespace: flux-system maxHistory: 2 install: createNamespace: true crds: CreateReplace remediation: retries: 3 upgrade: cleanupOnFail: true crds: CreateReplace remediation: retries: 3 uninstall: keepHistory: false values: worker: annotations: configmap.reloader.stakater.com/reload: node-feature-discovery-worker-conf config: core: labelSources: - cpu - custom - pci - usb labelSources: usb: deviceClassWhitelist: - "02" - "03" - 0e - ef - fe - ff deviceLabelFields: - class - vendor - device