plausible-analytics-helm-chart icon indicating copy to clipboard operation
plausible-analytics-helm-chart copied to clipboard

volume mount geoip not found

Open fredengstromcag opened this issue 4 years ago • 6 comments

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?

fredengstromcag avatar Feb 02 '21 13:02 fredengstromcag

Need to take a closer look, I always used it with volumeMounts.

Vad1mo avatar Feb 03 '21 22:02 Vad1mo

same from my sidem any suggestions?

waybarrios avatar Feb 09 '21 15:02 waybarrios

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"

waybarrios avatar Feb 09 '21 15:02 waybarrios

I set false in geolocation flag

waybarrios avatar Feb 09 '21 15:02 waybarrios

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"

javiramos1 avatar Mar 08 '21 14:03 javiramos1

Seeing the same thing. Any solutions? Using the helmfile with geolocation enabled: false

I ended up enabling it and adding my maxmine creds.

teebu avatar Mar 25 '22 19:03 teebu