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

Allow setting []corev1.EnvVar for our statefull set from the CR #295

Closed
gtully opened this issue Aug 31, 2022 · 0 comments
Closed

Allow setting []corev1.EnvVar for our statefull set from the CR #295

gtully opened this issue Aug 31, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gtully
Copy link
Contributor

gtully commented Aug 31, 2022

From TZ to JDK_JAVA_OPTIONS there are numerous reasons why a user may wish to augment the environment that the broker has, but currently there is no easy way to do that short of using an init container to manipulate the launch scripts.

Ideally a user should be able to specify, for example:

crd.Spec.Env = []corev1.EnvVar{
{Name: "TZ", Value: "en_IE"},
{Name: "JDK_JAVA_OPTIONS", Value: "-XshowSettings:system"},
}

@gtully gtully added the enhancement New feature or request label Aug 31, 2022
@gtully gtully self-assigned this Aug 31, 2022
gtully added a commit to gtully/activemq-artemis-operator that referenced this issue Aug 31, 2022
gtully added a commit to gtully/activemq-artemis-operator that referenced this issue Sep 7, 2022
brusdev pushed a commit that referenced this issue Sep 14, 2022
@gtully gtully closed this as completed Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant