Skip to content

Commit

Permalink
Enumerate string spec on Python version (kubeflow#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
coetzeevs authored and liyinan926 committed Sep 20, 2019
1 parent bae9d14 commit c16a2f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1918,8 +1918,8 @@ spec:
type: object
pythonVersion:
enum:
- 2
- 3
- "2"
- "3"
type: string
restartPolicy:
properties:
Expand Down
4 changes: 2 additions & 2 deletions manifest/crds/sparkoperator.k8s.io_sparkapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1904,8 +1904,8 @@ spec:
type: object
pythonVersion:
enum:
- 2
- 3
- "2"
- "3"
type: string
restartPolicy:
properties:
Expand Down

0 comments on commit c16a2f8

Please sign in to comment.