Skip to content

Commit

Permalink
allow adding discord webhook urls
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Sep 12, 2020
1 parent 61b43b6 commit ba11e1a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _static/assets/crds/tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@ spec:
properties:
name:
type: string

webhooks:
type: object
properties:
discord:
type: object
required:
- url
properties:
url: string
maxLength: 128

input:
x-kubernetes-preserve-unknown-fields: true

Expand Down

0 comments on commit ba11e1a

Please sign in to comment.