Skip to content

Commit

Permalink
Add spec.secure property to CRD (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Stäbler <[email protected]>
  • Loading branch information
knative-prow-robot and creydr authored Oct 17, 2023
1 parent b8eaecd commit 0fae5e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/core/300-githubsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ spec:
oneOf:
- required: [ref]
- required: [uri]
secure:
type: boolean
description: Secure can be set to true to configure the
webhook to use https, or false to use http. Omitting it relies
on the scheme of the Knative Service created.
required:
- ownerAndRepository
- eventTypes
Expand Down

0 comments on commit 0fae5e8

Please sign in to comment.