-
Notifications
You must be signed in to change notification settings - Fork 41
fix: Add capability to skip crd installation during helm install #625
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
Conversation
457f4bd
to
42c9dd3
Compare
@beeme1mr I ran the update script like the helm docs linter told me to. can you approve the workflows again? |
@beeme1mr I merged main into my branch since it was ahead of my branch, can you approve the workflow again? |
Hey @estenrye , I'll try and trigger the ci when I notice a change but feel free to ping me too. This is only an issue for first-time collaborators. Your next pr will be easier 🙂 |
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.
I have this concern, otherwise looks fine
4289a37
to
e642798
Compare
- Fixes open-feature#624 - add readme-generator-for-helm to .gitignore Signed-off-by: Esten Rye <esten.rye@ryezone.com>
e642798
to
ea0828b
Compare
@beeme1mr can you re-run the workflows? I addressed PR feedback, rebased against main and squashed my commits. |
This PR
Makefile
to move CustomResourceDefinition templates to the crds directory before packaging the helm chart..gitignore
to ignore templates in thecrds
directory.--skip-crds
flag when performinghelm install
Related Issues
Fixes #624
Notes
Follow-up Tasks
How to test