-
Notifications
You must be signed in to change notification settings - Fork 28
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
Refactor scripts to build bundle and catalog #119
Conversation
PROJECT
Outdated
domain: streamnative.io | ||
group: cloud |
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.
with the recent group change, we migrated to
domain: functionmesh.io
group: compute
These fields here also need to be updated
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, but I have got a question why comment out compute.functionmesh.io_functionmeshes.yaml
?
config/crd/kustomization.yaml
Outdated
@@ -2,7 +2,7 @@ | |||
# since it depends on service name and namespace that are out of this kustomize package. | |||
# It should be run by config/default | |||
resources: | |||
- bases/compute.functionmesh.io_functionmeshes.yaml | |||
# - bases/compute.functionmesh.io_functionmeshes.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.
why we comment out compute.functionmesh.io_functionmeshes.yaml
here?
Because it's too large and cannot be installed by OLM at the moment. Since the cloud integration doesn't require this CRD for now, the PR ignores it as a matter of expediency. |
Makefile
to support building the operator catalogbundle/
andbundle.Makefile