Skip to content

Commit

Permalink
Revert "fix: Update apiVersion for Ingress" (#2068)
Browse files Browse the repository at this point in the history
This reverts commit 175319d.
  • Loading branch information
kishorj authored Jun 10, 2021
1 parent 3a6ba6a commit 8c7ce02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/2048/2048_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
selector:
app.kubernetes.io/name: app-2048
---
apiVersion: networking.k8s.io/v1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
namespace: game-2048
Expand Down

0 comments on commit 8c7ce02

Please sign in to comment.