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?
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?