Skip to content

Commit

Permalink
change apiVersion of deployment object (#16676)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbenjemaa authored and k8s-ci-robot committed Oct 4, 2019
1 parent 3b2a401 commit f950461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To deploy a Windows container on Kubernetes, you must first create an example ap
app: win-webserver
type: NodePort
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down

0 comments on commit f950461

Please sign in to comment.