mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Pass ingress_nginx_extra_args when deploying the nginx-ingress addon (#5321)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
14af98ebdc
commit
0200138a5d
@@ -51,6 +51,9 @@ spec:
|
||||
{% if ingress_publish_status_address != "" %}
|
||||
- --publish-status-address={{ ingress_publish_status_address }}
|
||||
{% endif %}
|
||||
{% for extra_arg in ingress_nginx_extra_args %}
|
||||
- {{ extra_arg }}
|
||||
{% endfor %}
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
||||
Reference in New Issue
Block a user