Pass ingress_nginx_extra_args when deploying the nginx-ingress addon (#5321)

This commit is contained in:
Julien Pervillé
2019-11-11 12:51:41 +01:00
committed by Kubernetes Prow Robot
parent 14af98ebdc
commit 0200138a5d
3 changed files with 6 additions and 0 deletions

View File

@@ -98,6 +98,8 @@ ingress_publish_status_address: ""
# 9000: "default/example-go:8080"
# ingress_nginx_configmap_udp_services:
# 53: "kube-system/coredns:53"
# ingress_nginx_extra_args:
# - --default-ssl-certificate=default/foo-tls
# Cert manager deployment
cert_manager_enabled: false