Browse Source

Fix typo in selector (#10994)

pull/10998/head
Ricky Kwan 8 months ago
committed by GitHub
parent
commit
69bf6639f3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes-apps/ingress_controller/ingress_nginx/templates/svc-ingress-nginx.yml.j2

2
roles/kubernetes-apps/ingress_controller/ingress_nginx/templates/svc-ingress-nginx.yml.j2

@ -20,5 +20,5 @@ spec:
protocol: TCP
selector:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/port-of: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
{% endif %}
Loading…
Cancel
Save