Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated cherry pick of #1507: manifests: Remove Application CR Cherry pick of #1507 on release-0.11. #1507: manifests: Remove Application CR #1509

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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.

Original file line number Diff line number Diff line change
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