We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--defaultdb
When deploying via Helm there appears to be no way to set the --defaultdb flag, other flags have an optional env var but it looks like defaultdb does not https://github.com/temporalio/temporal/blob/main/tools/sql/main.go#L193-L196
Either the flag should have an env var setting like other flags eg. SQL_DEFAULTDB or allow passing of arbitrary flags to the command in https://github.com/temporalio/helm-charts/blob/master/templates/server-job.yaml#L90
SQL_DEFAULTDB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
When deploying via Helm there appears to be no way to set the
--defaultdb
flag, other flags have an optional env var but it looks like defaultdb does not https://github.com/temporalio/temporal/blob/main/tools/sql/main.go#L193-L196Describe the solution you'd like
Either the flag should have an env var setting like other flags eg.
SQL_DEFAULTDB
or allow passing of arbitrary flags to the command in https://github.com/temporalio/helm-charts/blob/master/templates/server-job.yaml#L90Additional context
The text was updated successfully, but these errors were encountered: