Skip to content

Commit

Permalink
Format markdown (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored May 14, 2021
1 parent 5c3bd45 commit 47d07c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ Install,
ko apply -f ./config
```

If you modify the ClusterDuckType definition, you may have to update the ClusterDuckType's OpenAPI Schema. Refer to [hack/schema](https://github.com/knative/hack/tree/main/schema) to help generate the schema definition.
If you modify the ClusterDuckType definition, you may have to update the
ClusterDuckType's OpenAPI Schema. Refer to
[hack/schema](https://github.com/knative/hack/tree/main/schema) to help generate
the schema definition.

## ClusterDuckType:discovery.knative.dev/v1alpha1

Expand Down Expand Up @@ -86,7 +89,7 @@ spec:
type: string

# Role holds an Aggregating Role used by the duck type to manage the ducks.
# If not specified, the Selectors are used to find a Role with an aggregation rule that matches a selector
# If not specified, the Selectors are used to find a Role with an aggregation rule that matches a selector
role:
roleRef:
kind: ClusterRole
Expand Down

0 comments on commit 47d07c1

Please sign in to comment.