Add GeoIP Local mirror support
This commit is contained in:
parent
944d36fdba
commit
b55f4371e3
4 changed files with 29 additions and 2 deletions
|
|
@ -98,6 +98,9 @@ spec:
|
|||
- --validating-webhook-certificate={{ .Values.controller.admissionWebhooks.certificate }}
|
||||
- --validating-webhook-key={{ .Values.controller.admissionWebhooks.key }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.maxmindMirror }}
|
||||
- --maxmind-mirror={{ .Values.controller.maxmindMirror }}
|
||||
{{- end}}
|
||||
{{- if .Values.controller.maxmindLicenseKey }}
|
||||
- --maxmind-license-key={{ .Values.controller.maxmindLicenseKey }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue