Skip to content

Commit

Permalink
fix missing newline in template (kubernetes-sigs#10174)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-fairthorne authored and pedromcpedro committed May 8, 2024
1 parent 6f12763 commit 6b8c7dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ metadata:
{% if ingress_nginx_default %}
annotations:
ingressclass.kubernetes.io/is-default-class: "true"
{%- endif %}
{% endif %}
spec:
controller: k8s.io/ingress-nginx
controller: k8s.io/ingress-nginx

0 comments on commit 6b8c7dc

Please sign in to comment.