-
Notifications
You must be signed in to change notification settings - Fork 239
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
fix: Handle log4j2 not being yaml (#110) #118
fix: Handle log4j2 not being yaml (#110) #118
Conversation
Bump chart (#110) Signed-off-by: Stein Arne Storslett <[email protected]>
Looks like version bump needs to be higher? |
@sastorsl Wouldn't this be better to just |
A bit hard to determine from the outside, given that there are a few PR's, and thus conflicts. |
Seeing the current scenario I feel we can start off with long lived release branches. If everyone is okay with it I can create one. We can have those branches merged to main after the patch is ready so one and so forth. Reference : #79 |
@DandyDeveloper I was really trying to not change how the chart handled config files, trying to avoid those regressions...
I would think (hope) that rewriting to use |
@sastorsl DCO check fail because pulling from main will not sign. Thanks. |
@peterzhuamazon I've resolved the DCO-issue now. |
For some reason it is keep pointing to |
Signed-off-by: Stein Arne Storslett <[email protected]>
Signed-off-by: TheAlgo <[email protected]>
I'm removing this PR and replacing it with a clean one (#123). |
Bump chart (#110)
Signed-off-by: Stein Arne Storslett [email protected]
Description
Render
log4j2.properties
properly when added tovalues.yaml
/config
.The current version does a
toYaml
, but log4j2 iskey = value
based and not yaml so without this PR log4j2 will not be rendered properly (see issue for details).Maintainers may adjust the Chart version as needs be, ie. to align with other PR's but please contact me for any other changes.
Issues Resolved
#110
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.