From 4e63d6452a7afe1e5356d97c379e3936d058dfcc Mon Sep 17 00:00:00 2001 From: Mofizur Rahman Date: Thu, 23 Apr 2020 01:12:42 -0400 Subject: [PATCH] update notes.txt example with networking.k8s.io ingress api extensions/v1beta1 is not longer supported since 1.18 the example after nginx helm deployment should reflect that --- charts/ingress-nginx/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ingress-nginx/templates/NOTES.txt b/charts/ingress-nginx/templates/NOTES.txt index 2e5c6e0c2..60fb2c1f6 100644 --- a/charts/ingress-nginx/templates/NOTES.txt +++ b/charts/ingress-nginx/templates/NOTES.txt @@ -29,7 +29,7 @@ Get the application URL by running these commands: An example Ingress that makes use of the controller: - apiVersion: extensions/v1beta1 + apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: annotations: