mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
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:
parent
d4b366e828
commit
7d8a33c30f
@ -3,6 +3,8 @@ resources:
|
|||||||
- intel-fpga-webhook-deployment.yaml
|
- intel-fpga-webhook-deployment.yaml
|
||||||
- intel-fpga-webhook-svc.yaml
|
- intel-fpga-webhook-svc.yaml
|
||||||
- fpga-mutator-webhook-cfg.yaml
|
- fpga-mutator-webhook-cfg.yaml
|
||||||
|
- region-crd.yaml
|
||||||
|
- regions.yaml
|
||||||
- acceleratorfunction-crd.yaml
|
- acceleratorfunction-crd.yaml
|
||||||
- acceleratorfunctions.yaml
|
- acceleratorfunctions.yaml
|
||||||
|
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
bases:
|
bases:
|
||||||
- ../../base
|
- ../../base
|
||||||
|
|
||||||
resources:
|
|
||||||
- fpgaregion-crd.yaml
|
|
||||||
- fpgaregions.yaml
|
|
||||||
|
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
|
Loading…
Reference in New Issue
Block a user