Skip to content

Commit

Permalink
Fix chart maxmindLicenseKey location
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 30, 2020
1 parent e4dcaf0 commit 81514a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 81514a5

Please sign in to comment.