Enumerate string spec on Python version (#629)
This commit is contained in:
parent
bae9d14be3
commit
c16a2f8249
|
@ -1918,8 +1918,8 @@ spec:
|
|||
type: object
|
||||
pythonVersion:
|
||||
enum:
|
||||
- 2
|
||||
- 3
|
||||
- "2"
|
||||
- "3"
|
||||
type: string
|
||||
restartPolicy:
|
||||
properties:
|
||||
|
|
|
@ -1904,8 +1904,8 @@ spec:
|
|||
type: object
|
||||
pythonVersion:
|
||||
enum:
|
||||
- 2
|
||||
- 3
|
||||
- "2"
|
||||
- "3"
|
||||
type: string
|
||||
restartPolicy:
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue