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,
Whenever I try to run keel --no-incluster after building with go build
keel --no-incluster
go build
I get the following error repeatedly:
WARN[0003] sql store connector: can't reach DB, waiting error="unable to open database file: no such file or directory" uri=/data/keel.db
Any help would be appreciated!
Thanks
The text was updated successfully, but these errors were encountered:
Setting the XDG_DATA_HOME env var to override the default data directory worked for me
XDG_DATA_HOME
XDG_DATA_HOME=/tmp keel --no-incluster
Sorry, something went wrong.
No branches or pull requests
Hi,
Whenever I try to run
keel --no-incluster
after building withgo build
I get the following error repeatedly:
Any help would be appreciated!
Thanks
The text was updated successfully, but these errors were encountered: