8gears / plausible-analytics-helm-chart

A Plausible Analytics Helm Chart for Kubernetes
Apache License 2.0
39 stars 19 forks source link

volume mount geoip not found #4

Open fredengstromcag opened 3 years ago

fredengstromcag commented 3 years ago

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?

Vad1mo commented 3 years ago

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

waybarrios commented 3 years ago

same from my sidem any suggestions?

waybarrios commented 3 years ago

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 commented 3 years ago

I set false in geolocation flag

javiramos1 commented 3 years ago

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"

teebu commented 2 years ago

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

I ended up enabling it and adding my maxmine creds.