-
Notifications
You must be signed in to change notification settings - Fork 850
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
remove hook from helm chart #459
Conversation
Signed-off-by: cwen0 <[email protected]>
Signed-off-by: cwen0 <[email protected]>
/run-e2e-test |
@Gallardot @yeya24 @fewdan PTAL |
@@ -1,3 +1,27 @@ | |||
{{- $altNames := list ( printf "%s.%s.svc" (include "chaos-mesh.svc" .) .Release.Namespace ) }} | |||
{{- $ca := genCA "chaos-mesh-ca" 3650 }} | |||
{{- $cert := genSignedCert "chaos-mesh-ca" nil $altNames 3650 $ca }} |
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.
10 year?
Maybe we should also change the duration
of Certificate
Signed-off-by: cwen0 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #459 +/- ##
==========================================
+ Coverage 58.57% 58.91% +0.34%
==========================================
Files 60 68 +8
Lines 3626 4379 +753
==========================================
+ Hits 2124 2580 +456
- Misses 1333 1606 +273
- Partials 169 193 +24
Continue to review full report at Codecov.
|
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.
Other LGTM
helm/chaos-mesh/README.md
Outdated
@@ -71,7 +71,6 @@ The following tables list the configurable parameters of the Chaos Mesh chart an | |||
| `preJobs.podAnnotations` | | `{}` | | |||
| `postJobs.podAnnotations` | | `{}` | |
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.
Please also delete these two options since they are not used anymore.
Signed-off-by: cwen0 <[email protected]>
/run-e2e-test |
1 similar comment
/run-e2e-test |
Sorry about the flaky E2E, I think we can merge this first because the failed case is not related to this PR. WDYT? |
/merge |
/run-all-tests |
@cwen0 merge failed. |
Signed-off-by: cwen0 [email protected]
What problem does this PR solve?
Remove the hook and use
genCA
to generate certsWhat is changed and how does it work?
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?: