Update kubectl patch doc to use apps/v1beta2 APIs (#5422)

This commit is contained in:
Jun Xiang Tee
2017-09-19 09:54:34 -07:00
committed by Steve Perry
parent b3cf89cd75
commit d32bf973ef
3 changed files with 14 additions and 8 deletions
@@ -1,9 +1,12 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: patch-demo
spec:
replicas: 2
selector:
matchLabels:
app: nginx
template:
metadata:
labels: