plausible-analytics-helm-chart
plausible-analytics-helm-chart copied to clipboard
volume mount geoip not found
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?
Need to take a closer look, I always used it with volumeMounts.
same from my sidem any suggestions?
Error: release plausible failed, and has been uninstalled due to atomic being set: Deployment.apps "plausible-plausible-analytics" is invalid: spec.template.spec.containers[0].volumeMounts[1].name: Not found: "geoip"
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. Error: release plausible failed, and has been uninstalled due to atomic being set: Deployment.apps "plausible-plausible-analytics" is invalid: spec.template.spec.containers[0].volumeMounts[1].name: Not found: "geoip"
Seeing the same thing. Any solutions? Using the helmfile with geolocation enabled: false
I ended up enabling it and adding my maxmine creds.