fix: move maxmindLicenseKey to controller.maxmindLicenseKey
* See9b683e4055/charts/ingress-nginx/templates/controller-daemonset.yaml (L101)* Seeddba993e2d/charts/ingress-nginx/templates/controller-deployment.yaml (L105)
This commit is contained in:
parent
3e49491f33
commit
64a6e87c1b
3 changed files with 10 additions and 6 deletions
|
|
@ -120,6 +120,10 @@ controller:
|
|||
## Annotations to be added to the udp config configmap
|
||||
annotations: {}
|
||||
|
||||
# Maxmind license key to download GeoLite2 Databases
|
||||
# https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases
|
||||
maxmindLicenseKey: ""
|
||||
|
||||
## Additional command line arguments to pass to nginx-ingress-controller
|
||||
## E.g. to specify the default SSL certificate you can use
|
||||
## extraArgs:
|
||||
|
|
@ -581,10 +585,6 @@ 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue