mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Correct repo for nginx ingress controller (#950)
This commit is contained in:
committed by
Adnan Abdulhussein
parent
625632263e
commit
2a2f2c8169
@@ -1,6 +1,6 @@
|
||||
# nginx-ingress
|
||||
|
||||
[nginx-ingress](https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||
[nginx-ingress](https://github.com/kubernetes/ingress/tree/master/controllers/nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||
|
||||
To use, add the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user