Skip to content

Commit

Permalink
fix: Update apiVersion for Ingress
Browse files Browse the repository at this point in the history
networking.k8s.io/v1beta1 is also deprecated
  • Loading branch information
theodor2311 authored May 30, 2021
1 parent 3913fee commit 175319d
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/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
namespace: game-2048
Expand Down

0 comments on commit 175319d

Please sign in to comment.