-
Notifications
You must be signed in to change notification settings - Fork 19
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
volume mount geoip not found #4
Comments
Need to take a closer look, I always used it with volumeMounts. |
same from my sidem any suggestions? |
|
I set false in geolocation flag |
I'm getting the same error now without setting anything, I think it is related to the last commit: Release "plausible" does not exist. Installing it now. |
Seeing the same thing. Any solutions? Using the helmfile with I ended up enabling it and adding my maxmine creds. |
Tried to deploy this chart to k8s with geolocation.enabled = false. Still getting the error below:
STDERR:
Error: release plausible failed, and has been uninstalled due to atomic being set: Deployment.apps "plausible-analytics" is invalid: spec.template.spec.containers[0].volumeMounts[1].name: Not found: "geoip"
Guessing theres a missing guard somewhere to prevent this mount when flag is set to false?
The text was updated successfully, but these errors were encountered: