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(settings): Repair database option parsing logic #5385

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

marunrun
Copy link

What this PR does

  • Rename the variable name of MYSQL_OPTIONS to DATABASE_OPTIONS

  • Modify the parsing logic of database options, using ";" to separate key-value pairs

  • Update the environment variable definitions in the Helm template

Which issue(s) this PR closes

Closes #5384

Checklist

  • Unit, integration, and e2e (if applicable) tests updated
  • Documentation added (or pr:no public docs PR label added if not required)
  • Added the relevant release notes label (see labels prefixed w/ release:). These labels dictate how your PR will
    show up in the autogenerated release notes.

- Rename the variable name of MYSQL_OPTIONS to DATABASE_OPTIONS

- Modify the parsing logic of database options, using ";" to separate key-value pairs

- Update the environment variable definitions in the Helm template
@marunrun marunrun requested a review from a team as a code owner December 25, 2024 01:47
@CLAassistant
Copy link

CLAassistant commented Dec 25, 2024

CLA assistant check
All committers have signed the CLA.

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.

databaseOptions optimization
2 participants