Skip to content

Commit a46d876

Browse files
committed
manifests: Remove Application CR
Remove Application CR as per kubeflow/manifests#1715 Signed-off-by: Yannis Zarkadas <[email protected]>
1 parent 850c870 commit a46d876

File tree

3 files changed

+0
-58
lines changed

3 files changed

+0
-58
lines changed

manifests/v1beta1/installs/katib-with-kubeflow-cert-manager/kustomization.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ resources:
2929
# Cert-manager certificate for webhooks
3030
- certificate.yaml
3131
# Kubeflow Katib components.
32-
- ../katib-with-kubeflow/katib-application.yaml
3332
- ../katib-with-kubeflow/kubeflow-katib-roles.yaml
3433
- ../katib-with-kubeflow/ui-virtual-service.yaml
3534
images:
@@ -58,9 +57,6 @@ patchesJson6902:
5857
kind: PersistentVolumeClaim
5958
namespace: kubeflow
6059

61-
commonLabels:
62-
app.kubernetes.io/component: katib
63-
6460
vars:
6561
- fieldref:
6662
fieldPath: metadata.namespace

manifests/v1beta1/installs/katib-with-kubeflow/katib-application.yaml

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

manifests/v1beta1/installs/katib-with-kubeflow/kustomization.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ resources:
2929
- ../../components/webhook/rbac.yaml
3030
- ../../components/webhook/webhooks.yaml
3131
# Kubeflow Katib components.
32-
- katib-application.yaml
3332
- kubeflow-katib-roles.yaml
3433
- ui-virtual-service.yaml
3534
images:
@@ -57,9 +56,6 @@ patchesJson6902:
5756
kind: PersistentVolumeClaim
5857
namespace: kubeflow
5958

60-
commonLabels:
61-
app.kubernetes.io/component: katib
62-
6359
vars:
6460
- fieldref:
6561
fieldPath: metadata.namespace

0 commit comments

Comments
 (0)