Files
auricom-home-cluster/cluster/kube-system/node-feature-discovery.yaml
github-actions[bot] d446907513 Update HelmRelease annotations for Renovate [ci-skip] (#6)
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: auricom <auricom@users.noreply.github.com>
2020-12-06 18:39:40 +01:00

53 lines
1.2 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: node-feature-discovery
namespace: kube-system
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: node-feature-discovery
version: 1.0.0
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
namespace: flux-system
interval: 5m
values:
image:
repository: quay.io/kubernetes_incubator/node-feature-discovery
tag: v0.6.0
pullPolicy: IfNotPresent
sources:
- custom
- usb
- pci
config: |
sources:
custom:
- name: "zwave"
matchOn:
- usbId:
class: ["02"]
vendor: ["0658"]
device: ["0200"]
- name: "intel-gpu"
matchOn:
- pciId:
class: ["0300"]
vendor: ["8086"]
usb:
attributeWhitelist:
- "02"
- "0e"
- "ef"
- "fe"
- "ff"
deviceLabelFields:
- "class"
- "vendor"
- "device"