Skip to content

Commit

Permalink
Merge pull request #2040 from theodor2311/patch-2
Browse files Browse the repository at this point in the history
fix: Update apiVersion for Ingress
  • Loading branch information
k8s-ci-robot authored Jun 2, 2021
2 parents 3913fee + 175319d commit 3a6ba6a
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 3a6ba6a

Please sign in to comment.