Skip to content

Commit

Permalink
correct indentation of webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Sep 12, 2020
1 parent 9a7d1d2 commit dc95b12
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions _static/assets/crds/tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,20 @@ spec:
name:
type: string

webhooks:
type: array
items:
type: object
properties:
secretKeyRef:
type: object
description: 'Secret containing URL pointing to the Webhook Endpoint'
required:
- name
properties:
name:
type: string
maxLength: 128
webhooks:
type: array
items:
type: object
properties:
secretKeyRef:
type: object
description: 'Secret containing URL pointing to the Webhook Endpoint'
required:
- name
properties:
name:
type: string
maxLength: 128

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

0 comments on commit dc95b12

Please sign in to comment.