Fix chart maxmindLicenseKey location
This commit is contained in:
parent
e4dcaf0b67
commit
81514a50c1
1 changed files with 4 additions and 4 deletions
|
@ -444,6 +444,10 @@ controller:
|
|||
##
|
||||
revisionHistoryLimit: 10
|
||||
|
||||
# Maxmind license key to download GeoLite2 Databases
|
||||
# https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases
|
||||
maxmindLicenseKey: ""
|
||||
|
||||
## Default 404 backend
|
||||
##
|
||||
defaultBackend:
|
||||
|
@ -457,10 +461,6 @@ defaultBackend:
|
|||
# nobody user -> uid 65534
|
||||
runAsUser: 65534
|
||||
|
||||
# Maxmind license key to download GeoLite2 Databases
|
||||
# https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases
|
||||
maxmindLicenseKey: ""
|
||||
|
||||
extraArgs: {}
|
||||
|
||||
serviceAccount:
|
||||
|
|
Loading…
Reference in a new issue