Values File - 2023.2 English

FPGA Operator

Release Date
2023-10-30
Version
2023.2 English

The FPGA-Operator Helm chart offers several customizable options that can be configured depending on your request. Helm chart uses values.yaml as the default configuration, and you can use your own values file for the chart installation.

$ vi ./my-values.yaml
nfd:
  enabled: false
.........
$ helm install --generate-name -n xilinx-system --create-namespace xilinx/fpga-operator -f ./my-values.yaml