Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# since it depends on service name and namespace that are out of this kustomize package.
# It should be run by config/default
resources:
- bases/inference.networking.x-k8s.io_inferencepools.yaml
- bases/inference.networking.x-k8s.io_inferenceobjectives.yaml
- bases/inference.networking.k8s.io_inferencepools.yaml
- bases/inference.networking.x-k8s.io_inferencepools.yaml
- bases/inference.networking.x-k8s.io_inferenceobjectives.yaml
- bases/inference.networking.x-k8s.io_inferencepoolimports.yaml
- bases/inference.networking.k8s.io_inferencepools.yaml
# +kubebuilder:scaffold:crdkustomizeresource

patches:
Expand Down