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
This commit is contained in:
Ed Bartosh 2020-04-09 15:21:33 +03:00
parent d4b366e828
commit 7d8a33c30f
4 changed files with 2 additions and 4 deletions

View File

@ -3,6 +3,8 @@ resources:
- intel-fpga-webhook-deployment.yaml
- intel-fpga-webhook-svc.yaml
- fpga-mutator-webhook-cfg.yaml
- region-crd.yaml
- regions.yaml
- acceleratorfunction-crd.yaml
- acceleratorfunctions.yaml

View File

@ -1,10 +1,6 @@
bases:
- ../../base
resources:
- fpgaregion-crd.yaml
- fpgaregions.yaml
patchesJson6902:
- target:
group: apps