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 support for config.js #2215

Open
3 tasks done
Doritanh opened this issue Jan 10, 2025 · 0 comments · May be fixed by #2214
Open
3 tasks done

Add support for config.js #2215

Doritanh opened this issue Jan 10, 2025 · 0 comments · May be fixed by #2214

Comments

@Doritanh
Copy link

Doritanh commented Jan 10, 2025

Description

Currently, the configuration is only supported in JSON format. To provide a configuration in JavaScript format, we need to mount an extra ConfigMap.

To provide more flexibility, we need to add support for JavaScript configuration files (config.js). This will allow users to define their configuration using JavaScript syntax.

Acceptance Criteria

  • Add a new field configIsJavascript in the values file to toggle between JSON and JavaScript configuration.
  • Update the Helm templates to generate config.js when configIsJavascript is set to true.
  • Update documentation to reflect the new configuration option.
@Doritanh Doritanh linked a pull request Jan 10, 2025 that will close this issue
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 a pull request may close this issue.

1 participant