mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

Simplify upgrade procedure to newer versions of kubernetes by relying on the kubebuilder framework rather than using codegen directly. Closes #377
7 lines
315 B
YAML
7 lines
315 B
YAML
# This kustomization.yaml is not intended to be run by itself,
|
|
# since it depends on service name and namespace that are out of this kustomize package.
|
|
# It should be run by deployment/fpga_admissionwebhook/default
|
|
resources:
|
|
- bases/fpga.intel.com_acceleratorfunctions.yaml
|
|
- bases/fpga.intel.com_fpgaregions.yaml
|