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
This commit is contained in:
parent
f9ae784541
commit
4e63d6452a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue