intel-device-plugins-for-ku.../deployments/fpga_admissionwebhook/overlays/orchestrated/kustomization.yaml
Ed Bartosh 7d8a33c30f fpga webhook: fix deployment issue
Webhook uses region CRDs even if run in preprogrammed mode.

Adding them to the base configuration should fix this deployment error:
  Failed to list *v1.FpgaRegion: the server could not find the requested resource

Fixes: #361
2020-04-09 15:21:33 +03:00

12 lines
199 B
YAML

bases:
- ../../base
patchesJson6902:
- target:
group: apps
version: v1
kind: Deployment
name: intel-fpga-webhook-deployment
path:
change-mode-orchestrated.yaml