-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: add helm chart for kubeadmiral #325
Conversation
57ae9c0
to
d88585b
Compare
@@ -0,0 +1,62 @@ | |||
--- |
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.
Are these files copied from the repo? Should we have a separate script to build the helm chart in CI and copy the CRD files to this directory in the CI instead of committing all files twice?
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.
There is a generated script file(hack/generate-groups.sh
) for CRD, which has been updated here. It will be synchronized and updated to the Helm chart directory every time CRD is generated.
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.
If you insist to commit the generated files twice, please add the new paths to .gitattributes to mark them as generated.
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.
and typos.toml as well
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.
The .gitattributes
and typos.toml
has already been updated.
05a2433
to
fced5da
Compare
- /bin/sh | ||
- -c | ||
- | | ||
bash <<'EOF' |
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.
Any particular reason we can't just [/bin/bash, -c, "set -ex... EOF"]
here?
No description provided.