-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add charts from rancher/charts #79
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.
LGTM
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 can't the CRD yaml just bee includes in templates/
with everything else?
Responding to @rmweir #79 (review). For "CRD yaml"We split the CRDs into their own charts, like rancher/rancher-operator and rancher/fleet. For the CR filesIn case you are referring to the |
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
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.
@nickgerace, once we add this to this repository, can we tie this to a PR on rancher/charts@dev-v2.5-source to treat Rancher Backup as a forked repository from now on? That way we only make updates in this repository and just update the pointer on rancher/charts, similar to what we do for fleet today.
@aiyengar2 already ahead of you ;) rancher/charts#1021 |
Modify the chart and scripts for packaging. Add quickstart to README and add DEVELOPING file.
This PR is split into three commits and may be easily "reviewable" by reviewing commit by commit. It follows the rancher/rancher-operator charts pattern.
Note: we are not merging the old ResourceSet file yet.
Relevant issues: