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

fix:fix POLARIS_CONFIG_IP is the same as POLARIS_CONFIG_PORT BUG #191

Merged
merged 5 commits into from
Jul 9, 2024

Conversation

fredrikliu
Copy link
Contributor

@fredrikliu fredrikliu commented Jul 8, 2024

Please provide issue(s) of this PR:
Fixes #188

To help us figure out who should review this PR, please put an X in all the areas that this PR affects.

  • Docs
  • Inject Sidecar
  • Installation
  • Performance and Scalability
  • Test and Release

Please check any characteristics that apply to this pull request.

  • Does not have any user-facing changes. This may include API changes, behavior changes, performance improvements, etc.

envs[javaEnvIndex] = corev1.EnvVar{
Name: "JAVA_TOOL_OPTIONS",
Value: oldVal + " " + fmt.Sprintf(ActiveJavaAgentCmd, opt.ExternalInfo[customJavaAgentVersion]),
if _, valid := oldAgentVersions[annonations[customJavaAgentVersion]]; !valid {
Copy link
Member

Choose a reason for hiding this comment

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

270~279和285~295的代码优化下,重复的逻辑有嗲多

@chuntaojun chuntaojun merged commit b8249a0 into polarismesh:main Jul 9, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants