Skip to content

Commit

Permalink
Add proper validation for the sysctls field in securityContext (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Jun 18, 2020
1 parent 93cf7f4 commit e169e6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ spec:
type: integer
minimum: 1
maximum: 65535
sysctls:
type: array
items:
type: object
properties:
name:
type: string
value:
type: string
jarName:
type: string
programArgs:
Expand Down

0 comments on commit e169e6f

Please sign in to comment.