Skip to content

Commit

Permalink
updated ingress API version in Doc (kubernetes-sigs#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
NIKU-SINGH authored Dec 28, 2021
1 parent 2e181b2 commit e7bc458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ingress/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
An example ingress for Kubernetes Version 1.19 and above, from [example](../../examples/2048/2048_full_latest.yaml) is as follows.
```yaml
apiVersion: extensions/v1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: "2048-ingress"
Expand Down

0 comments on commit e7bc458

Please sign in to comment.