Name and Version
bitnami/nginx-ingress-controller 9.9.3
What architecture are you using?
amd64
What steps will reproduce the bug?
If I set the maxmindLicenseKey, the download of MaxmindDB fails because of the latest modification of the chart: #21196
I know this is just a workaround, but as it maps the emptyDir as readOnly: true, the download fails, because the files can't be written into the folder.
Are you using any custom parameters or values?
Only the maxmindLicenseKey: XXX value.
What is the expected behavior?
The download of Maxmind DBs should work.
What do you see instead?
I1129 10:49:39.403690 1 flags.go:387] "downloading maxmind GeoIP2 databases"
E1129 10:49:40.554307 1 maxmind.go:74] GeoLite2-City.mmdb not found
W1129 10:49:40.554321 1 store.go:1214] The GeoIP2 feature is enabled but the databases are missing. Disabling
Name and Version
bitnami/nginx-ingress-controller 9.9.3
What architecture are you using?
amd64
What steps will reproduce the bug?
If I set the
maxmindLicenseKey, the download of MaxmindDB fails because of the latest modification of the chart: #21196I know this is just a workaround, but as it maps the emptyDir as
readOnly: true, the download fails, because the files can't be written into the folder.Are you using any custom parameters or values?
Only the
maxmindLicenseKey: XXXvalue.What is the expected behavior?
The download of Maxmind DBs should work.
What do you see instead?