-
Notifications
You must be signed in to change notification settings - Fork 402
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
Sync crds to Helm chart #280
Conversation
ray-operator/Makefile
Outdated
@@ -41,6 +41,7 @@ help: ## Display this help. | |||
|
|||
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects. | |||
$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=kuberay-operator webhook paths="./..." output:crd:artifacts:config=config/crd/bases | |||
$(KUSTOMIZE) build config/crd > ../helm-chart/kuberay-operator/crds/crd.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.
do we want to put rbac also?
Thanks for the change. I am thinking whether we should have a separate make command just for sync instead of making changes to existing commands generated from kubebuilder. WDYT? |
Both are fine to me. I used this solution in my personal project. |
Added |
The change looks good to me. |
Seems the failed test is not related to the change. Let me restart it and see what happened |
* Sync crds to Helm chart * Add make helm
Why are these changes needed?
Related issue number
Closes #240
Checks