Skip to content

Commit

Permalink
Merge pull request #1 from lyft/master
Browse files Browse the repository at this point in the history
Add proper validation for the sysctls field in securityContext (lyft#204)
  • Loading branch information
vDMG committed Jun 19, 2020
2 parents 93cf7f4 + e169e6f commit 24c62e5
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 24c62e5

Please sign in to comment.