mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-26 13:25:04 -02:30
fix missing newline in template (#10174)
This commit is contained in:
committed by
GitHub
parent
2d8f60000c
commit
ce18b0f22d
@@ -8,6 +8,6 @@ metadata:
|
|||||||
{% if ingress_nginx_default %}
|
{% if ingress_nginx_default %}
|
||||||
annotations:
|
annotations:
|
||||||
ingressclass.kubernetes.io/is-default-class: "true"
|
ingressclass.kubernetes.io/is-default-class: "true"
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
spec:
|
spec:
|
||||||
controller: k8s.io/ingress-nginx
|
controller: k8s.io/ingress-nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user