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