Skip to content

Commit

Permalink
Revert "fix: Update apiVersion for Ingress" (kubernetes-sigs#2068)
Browse files Browse the repository at this point in the history
This reverts commit 175319d.
  • Loading branch information
kishorj authored and Timothy-Dougherty committed Nov 9, 2023
1 parent 5139ede commit 36c4c4b
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 36c4c4b

Please sign in to comment.