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
This commit is contained in:
committed by
Andrew Chen
parent
71aebd79ca
commit
35e959df7b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user