Skip to content
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 new property to openshift config that allows appending jvm args #24162

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

Sgitario
Copy link
Contributor

@Sgitario Sgitario commented Mar 8, 2022

Added new property quarkus.openshift.jvm-additional-arguments to append the JVM arguments instead of replacing them all. For replacing, we can still use quarkus.openshift.jvm-arguments.
Add documentation about this property in the OpenShift section.

Fix #24136

Added new property `quarkus.openshift.jvm-additional-arguments` to append the JVM arguments instead of replacing them all. For replacing, we can still use `quarkus.openshift.jvm-arguments`.
Add documentation about this property in the OpenShift section.

Fix quarkusio#24136
@quarkus-bot

This comment was marked as resolved.

Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@geoand geoand merged commit 5238c2d into quarkusio:main Mar 8, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Mar 8, 2022
@geoand geoand changed the title feat: container images to provide a new property to append jvm args Add new property to openshift config that allows appending jvm args Mar 8, 2022
@Sgitario Sgitario deleted the additional_jvm_args branch March 8, 2022 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kubernetes: Wrongly parsing JVM arguments when using commas
2 participants