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
Hi,
I'm trying to run the backup container on kubernetes but getting the following error:
2021/03/15 11:59:44 envconfig.Process: assigning CLICKHOUSE_CLICKHOUSE_PORT to Port: converting 'tcp://10.43.234.97:8123' to type uint. details: strconv.ParseUint: parsing "tcp://10.43.234.97:8123": invalid syntax
For some reason it's picking up the env var and trying to use it which obviously fails. Is there a way to disable it picking up env vars?
The text was updated successfully, but these errors were encountered:
Thank you!
Sorry, something went wrong.
4412b06
No branches or pull requests
Hi,
I'm trying to run the backup container on kubernetes but getting the following error:
For some reason it's picking up the env var and trying to use it which obviously fails.
Is there a way to disable it picking up env vars?
The text was updated successfully, but these errors were encountered: