-
Notifications
You must be signed in to change notification settings - Fork 36
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 dashboard init trying to ask for confirmation when overwriting existing db #123
Fix dashboard init trying to ask for confirmation when overwriting existing db #123
Conversation
From a quick test it does not seem to work as intended?
Checking |
@LaurenceJJones did you run this in the busybox image provided in the chart ? This fix definitely did the trick in multiple environments. |
Yes, they both use docker.io busybox container. Did you test for when the directory is empty EG on the first deployment? |
Sure ! |
Hi @bmalynovytch, I think this PR needs to be rebased on main to get the lastest update on your other PR we merged recently. |
…isting db (don't overwrite) Fixes crowdsecurity#86
55f83cf
to
b4bbf8c
Compare
Sorry @he2ss, I missed the notification 😞 |
/kind fix |
Fix dashboard init trying to ask for confirmation when overwriting existing db (don't overwrite)
Fixes #86