Skip to content

Commit f8dfb4f

Browse files
authored
Add path to inferencepoolimport.yaml. (#1782)
1 parent 438863b commit f8dfb4f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/crd/kustomization.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# since it depends on service name and namespace that are out of this kustomize package.
33
# It should be run by config/default
44
resources:
5-
- bases/inference.networking.x-k8s.io_inferencepools.yaml
6-
- bases/inference.networking.x-k8s.io_inferenceobjectives.yaml
7-
- bases/inference.networking.k8s.io_inferencepools.yaml
5+
- bases/inference.networking.x-k8s.io_inferencepools.yaml
6+
- bases/inference.networking.x-k8s.io_inferenceobjectives.yaml
7+
- bases/inference.networking.x-k8s.io_inferencepoolimports.yaml
8+
- bases/inference.networking.k8s.io_inferencepools.yaml
89
# +kubebuilder:scaffold:crdkustomizeresource
910

1011
patches:

0 commit comments

Comments
 (0)