Enumerate string spec on Python version (#629)

This commit is contained in:
Coetzee van Staden 2019-09-20 16:43:47 +02:00 committed by Yinan Li
parent bae9d14be3
commit c16a2f8249
2 changed files with 4 additions and 4 deletions

View File

@ -1918,8 +1918,8 @@ spec:
type: object
pythonVersion:
enum:
- 2
- 3
- "2"
- "3"
type: string
restartPolicy:
properties:

View File

@ -1904,8 +1904,8 @@ spec:
type: object
pythonVersion:
enum:
- 2
- 3
- "2"
- "3"
type: string
restartPolicy:
properties: