-
Notifications
You must be signed in to change notification settings - Fork 353
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
refactoring helm chart #213
Conversation
Codecov Report
@@ Coverage Diff @@
## master #213 +/- ##
==========================================
+ Coverage 44.52% 44.55% +0.02%
==========================================
Files 32 33 +1
Lines 2019 2020 +1
==========================================
+ Hits 899 900 +1
Misses 981 981
Partials 139 139
Continue to review full report at Codecov.
|
@junnplus The installation of CRDs (and the ClusterRole) should be optional, if we have multiple Ingress controller Deployments, only the first installation should apply them, you can refer to https://github.com/Kong/charts/blob/main/charts/kong/values.yaml#L346 as a reference. |
@tokers see more in chart best practices
if need to be compatible helm2, I can make additional pr for it. |
Sorry, i'm not so familiar with Helm, just want to know how to skip installing CRDs in helm 3.0+. |
@tokers Any other questions? |
@junnplus LGTM, will need other reviewers to dome double check. Thank you again! |
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, @starsz do you have time to look at this PR?
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.
Sorry for the late reply, glad to see your discussion.
@junnplus Please update your branch with the newest master, it fixed the broken e2e case, after that, your PR can be merged :) |
ping @tokers |
closes request help: separated base chart or merge base chart #209
New feature or improvement
merge base and ingress-apisix helm chart