apps/v1beta1 is not valid (#3814)

* apps/v1beta1 is not valid

Replacing it with extensions/v1beta1 which actually works

* Add note for versions before 1.6.0
reviewable/pr3900/r1^2
Francesc Campoy 2017-05-25 23:56:42 -07:00 committed by Andrew Chen
parent 71aebd79ca
commit 35e959df7b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1beta1 # for versions before 1.6.0 use extensions/v1beta1
kind: Deployment
metadata:
name: nginx-deployment