@@ -15,31 +15,19 @@ kind: Kustomization
15
15
namespace : kubeflow
16
16
resources :
17
17
# Namespace.
18
- - ../../components/namespace.yaml
18
+ - ../../components/namespace/
19
19
# Katib controller.
20
- - ../../components/controller/controller.yaml
21
- - ../../components/controller/service.yaml
22
- - ../../components/controller/rbac.yaml
23
- - ../../components/controller/katib-config.yaml
24
- - ../../components/controller/trial-templates.yaml
20
+ - ../../components/controller/
25
21
# Katib CRDs.
26
- - ../../components/crd/experiment.yaml
27
- - ../../components/crd/suggestion.yaml
28
- - ../../components/crd/trial.yaml
22
+ - ../../components/crd/
29
23
# Katib DB manager.
30
- - ../../components/db-manager/db-manager.yaml
31
- - ../../components/db-manager/service.yaml
24
+ - ../../components/db-manager/
32
25
# Katib DB mysql.
33
- - ../../components/mysql/mysql.yaml
34
- - ../../components/mysql/service.yaml
35
- - ../../components/mysql/pvc.yaml
36
- - ../../components/mysql/secret.yaml
26
+ - ../../components/mysql/
37
27
# Katib UI.
38
- - ../../components/ui/ui.yaml
39
- - ../../components/ui/service.yaml
40
- - ../../components/ui/rbac.yaml
28
+ - ../../components/ui/
41
29
# Katib webhooks.
42
- - ../../components/webhook/webhooks.yaml
30
+ - ../../components/webhook/
43
31
images :
44
32
- name : docker.io/kubeflowkatib/katib-controller
45
33
newTag : latest
@@ -50,8 +38,6 @@ images:
50
38
- name : docker.io/kubeflowkatib/katib-ui
51
39
newTag : latest
52
40
newName : docker.io/kubeflowkatib/katib-ui
53
- patchesStrategicMerge :
54
- - katib-config-patch.yaml
55
41
56
42
patchesJson6902 :
57
43
# Annotate Service to delegate TLS-secret generation to OpenShift service controller
0 commit comments