Updated v1beta1 to v1 as its deprecated (#7308)

This commit is contained in:
Kundan Kumar 2021-07-05 02:38:19 +05:30 committed by GitHub
parent 5acc0ab622
commit a21d28d01b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 12 deletions

View file

@ -11,7 +11,7 @@ You need a [TLS cert](../PREREQUISITES.md#tls-certificates) and a [test HTTP ser
Create a `ingress.yaml` file.
```yaml
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nginx-test