Skip to content

Commit 7d71691

Browse files
committed
Update kustomization katib-openshift to support changes in #1498
1 parent 0b7fc7b commit 7d71691

File tree

2 files changed

+7
-82
lines changed

2 files changed

+7
-82
lines changed

manifests/v1beta1/installs/katib-openshift/katib-config-patch.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

manifests/v1beta1/installs/katib-openshift/kustomization.yml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,19 @@ kind: Kustomization
1515
namespace: kubeflow
1616
resources:
1717
# Namespace.
18-
- ../../components/namespace.yaml
18+
- ../../components/namespace/
1919
# 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/
2521
# Katib CRDs.
26-
- ../../components/crd/experiment.yaml
27-
- ../../components/crd/suggestion.yaml
28-
- ../../components/crd/trial.yaml
22+
- ../../components/crd/
2923
# Katib DB manager.
30-
- ../../components/db-manager/db-manager.yaml
31-
- ../../components/db-manager/service.yaml
24+
- ../../components/db-manager/
3225
# 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/
3727
# Katib UI.
38-
- ../../components/ui/ui.yaml
39-
- ../../components/ui/service.yaml
40-
- ../../components/ui/rbac.yaml
28+
- ../../components/ui/
4129
# Katib webhooks.
42-
- ../../components/webhook/webhooks.yaml
30+
- ../../components/webhook/
4331
images:
4432
- name: docker.io/kubeflowkatib/katib-controller
4533
newTag: latest
@@ -50,8 +38,6 @@ images:
5038
- name: docker.io/kubeflowkatib/katib-ui
5139
newTag: latest
5240
newName: docker.io/kubeflowkatib/katib-ui
53-
patchesStrategicMerge:
54-
- katib-config-patch.yaml
5541

5642
patchesJson6902:
5743
# Annotate Service to delegate TLS-secret generation to OpenShift service controller

0 commit comments

Comments
 (0)