Skip to content

Commit

Permalink
Automated cherry pick of #1507: manifests: Remove Application CR Cher…
Browse files Browse the repository at this point in the history
…ry pick of #1507 on release-0.11. #1507: manifests: Remove Application CR (#1509)

Remove Application CR as per:
kubeflow/manifests#1715

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
  • Loading branch information
yanniszark committed Apr 1, 2021
1 parent 850c870 commit 2b01bc0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
Expand Up @@ -29,7 +29,6 @@ resources:
# Cert-manager certificate for webhooks
- certificate.yaml
# Kubeflow Katib components.
- ../katib-with-kubeflow/katib-application.yaml
- ../katib-with-kubeflow/kubeflow-katib-roles.yaml
- ../katib-with-kubeflow/ui-virtual-service.yaml
images:
Expand Down Expand Up @@ -58,9 +57,6 @@ patchesJson6902:
kind: PersistentVolumeClaim
namespace: kubeflow

commonLabels:
app.kubernetes.io/component: katib

vars:
- fieldref:
fieldPath: metadata.namespace
Expand Down

This file was deleted.

Expand Up @@ -29,7 +29,6 @@ resources:
- ../../components/webhook/rbac.yaml
- ../../components/webhook/webhooks.yaml
# Kubeflow Katib components.
- katib-application.yaml
- kubeflow-katib-roles.yaml
- ui-virtual-service.yaml
images:
Expand Down Expand Up @@ -57,9 +56,6 @@ patchesJson6902:
kind: PersistentVolumeClaim
namespace: kubeflow

commonLabels:
app.kubernetes.io/component: katib

vars:
- fieldref:
fieldPath: metadata.namespace
Expand Down

0 comments on commit 2b01bc0

Please sign in to comment.