Fixed apiVersion inconsistency (#6187)
* update support version from 1.7.0 to 1.8.0 * Added apiVersion comment.
This commit is contained in:
committed by
Zach Corleissen
parent
01bc81edf6
commit
0abbfdc12e
@@ -13,7 +13,7 @@ spec:
|
||||
selector:
|
||||
app: nginx
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1beta2 # for versions before 1.8.0 use apps/v1beta1
|
||||
kind: StatefulSet
|
||||
metadata:
|
||||
name: web
|
||||
|
||||
Reference in New Issue
Block a user