Skip to content

Commit

Permalink
manifests: Fold base, overlays into components
Browse files Browse the repository at this point in the history
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
  • Loading branch information
yanniszark committed Mar 4, 2021
1 parent 259e2f7 commit 6a1f705
Show file tree
Hide file tree
Showing 36 changed files with 23 additions and 127 deletions.
24 changes: 12 additions & 12 deletions manifests/v1beta1/components/katib-controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubeflow
resources:
- ../../katib-controller/base/katib-configmap.yaml
- ../../katib-controller/base/katib-controller-deployment.yaml
- ../../katib-controller/base/katib-controller-rbac.yaml
- ../../katib-controller/base/katib-controller-secret.yaml
- ../../katib-controller/base/katib-controller-service.yaml
- ../../katib-controller/base/katib-ui-deployment.yaml
- ../../katib-controller/base/katib-ui-rbac.yaml
- ../../katib-controller/base/katib-ui-service.yaml
- ../../katib-controller/base/trial-template-configmap.yaml
- ../../katib-controller/overlays/application/application.yaml
- ../../katib-controller/overlays/istio/katib-ui-virtual-service.yaml
- katib-configmap.yaml
- katib-controller-deployment.yaml
- katib-controller-rbac.yaml
- katib-controller-secret.yaml
- katib-controller-service.yaml
- katib-ui-deployment.yaml
- katib-ui-rbac.yaml
- katib-ui-service.yaml
- trial-template-configmap.yaml
- application.yaml
- katib-ui-virtual-service.yaml
images:
- name: docker.io/kubeflowkatib/katib-controller
newTag: v1beta1-a96ff59
Expand All @@ -24,4 +24,4 @@ commonLabels:
app.kubernetes.io/component: katib
app.kubernetes.io/name: katib-controller
configurations:
- ../../katib-controller/overlays/istio/params.yaml
- params.yaml
8 changes: 4 additions & 4 deletions manifests/v1beta1/components/katib-crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubeflow
resources:
- ../../katib-crds/base/experiment-crd.yaml
- ../../katib-crds/base/suggestion-crd.yaml
- ../../katib-crds/base/trial-crd.yaml
- ../../katib-crds/overlays/application/application.yaml
- experiment-crd.yaml
- suggestion-crd.yaml
- trial-crd.yaml
- application.yaml
commonLabels:
app.kubernetes.io/component: katib
app.kubernetes.io/name: katib-crds
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubeflow
resources:
- ../../katib-controller/base/katib-db-manager-deployment.yaml
- ../../katib-controller/base/katib-db-manager-service.yaml
- katib-db-manager-deployment.yaml
- katib-db-manager-service.yaml
images:
- name: docker.io/kubeflowkatib/katib-db-manager
newTag: v1beta1-a96ff59
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubeflow
resources:
- ../../katib-controller/base/katib-mysql-deployment.yaml
- ../../katib-controller/base/katib-mysql-pvc.yaml
- ../../katib-controller/base/katib-mysql-secret.yaml
- ../../katib-controller/base/katib-mysql-service.yaml
- katib-mysql-deployment.yaml
- katib-mysql-pvc.yaml
- katib-mysql-secret.yaml
- katib-mysql-service.yaml
images:
- name: mysql
newTag: "8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
bases:
- ../katib-standalone
patchesStrategicMerge:
- ../../katib-controller/overlays/ibm-storage-config/katib-mysql-deployment.yaml
- katib-mysql-deployment.yaml
images:
- name: mysql
newTag: "5.6"
Expand Down
53 changes: 0 additions & 53 deletions manifests/v1beta1/katib-controller/base/kustomization.yaml

This file was deleted.

1 change: 0 additions & 1 deletion manifests/v1beta1/katib-controller/base/params.env

This file was deleted.

7 changes: 0 additions & 7 deletions manifests/v1beta1/katib-controller/base/params.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions manifests/v1beta1/katib-crds/base/kustomization.yaml

This file was deleted.

This file was deleted.

0 comments on commit 6a1f705

Please sign in to comment.