-
Notifications
You must be signed in to change notification settings - Fork 448
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
manifests: Remove Application CR #1507
manifests: Remove Application CR #1507
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this update @yanniszark.
@@ -29,7 +29,6 @@ resources: | |||
# Cert-manager certificate for webhooks | |||
- certificate.yaml | |||
# Kubeflow Katib components. | |||
- ../katib-with-kubeflow/katib-application.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also delete also this label:
katib/manifests/v1beta1/installs/katib-with-kubeflow-cert-manager/kustomization.yaml
Lines 60 to 61 in c789f9c
commonLabels: | |
app.kubernetes.io/component: katib |
@@ -29,7 +29,6 @@ resources: | |||
- ../../components/webhook/rbac.yaml | |||
- ../../components/webhook/webhooks.yaml | |||
# Kubeflow Katib components. | |||
- katib-application.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above.
c789f9c
to
dbced9c
Compare
Remove Application CR as per kubeflow/manifests#1715 Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
dbced9c
to
08083ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich, yanniszark The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
…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>
Remove Application CR as per kubeflow/manifests#1715