-
Notifications
You must be signed in to change notification settings - Fork 134
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
Make securityContext configurable for jmx exporter init container #670
Make securityContext configurable for jmx exporter init container #670
Conversation
src/main/charts/bamboo/values.yaml
Outdated
jmxExporterInitContainer: | ||
|
||
# -- Whether to run jmx exporter init container as root to be able to copy jmx exporter binary to shared home volume. | ||
# Set to false if running containers as root is not allowed in the cluster |
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.
# Set to false if running containers as root is not allowed in the cluster | |
# Set to false if running containers as root is not allowed in the cluster. |
src/main/charts/bamboo/values.yaml
Outdated
# | ||
jmxExporterInitContainer: | ||
|
||
# -- Whether to run jmx exporter init container as root to be able to copy jmx exporter binary to shared home volume. |
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.
# -- Whether to run jmx exporter init container as root to be able to copy jmx exporter binary to shared home volume. | |
# -- Whether to run JMX exporter init container as root to copy JMX exporter binary to shared home volume. |
# | ||
runAsRoot: true | ||
|
||
# -- Custom SecurityContext for the jmx exporter init container |
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.
# -- Custom SecurityContext for the jmx exporter init container | |
# -- Custom SecurityContext for the JMX exporter init container |
thanks @nanux comments updated |
#667 is merged. This PR adds values and a few unit tests.
Checklist
e2e
label)