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

Fix using newer kustomize for knative-eventing-install #1795

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

davidspek
Copy link
Contributor

While testing with the latest version of kustomize the build for common/knative/knative-eventing-install/base fails due to the usage of &ref_0 and *ref_0 in the matchLabels and labels sections respectively. While investigating I compared the deployment.yaml of knative-eventing to that of knative-serving and noticed in the knative-serving manifests that the labels were explicitly stated. In the spirit of consistency and making the manifests usable with the latest version of kustomize this PR edits the deployment.yaml of knative-eventing to use the same syntax as that of knative-serving.

/cc @yanniszark @PatrickXYS

@yanniszark
Copy link
Contributor

@davidspek thanks for your contribution!
/lgtm
/approve

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: DavidSpek, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-robot google-oss-robot merged commit 3027c72 into kubeflow:master Apr 7, 2021
google-oss-robot pushed a commit that referenced this pull request Apr 8, 2021
… of #1795 on v1.3-branch. #1795: FIx using newer kustomize (#1818)

Co-authored-by: DavidSpek <vanderspek.david@gmail.com>
@davidspek davidspek deleted the knative-eventing-fix branch April 8, 2021 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants