mirror of https://github.com/knative/docs.git
Format markdown (#1368)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
This commit is contained in:
parent
55fdb5bd7f
commit
76d70b4e3d
|
@ -269,8 +269,7 @@ the next topic: How do we actually populate the registry in the first place?
|
|||
When you `kubectl apply` this yaml, the KafkaSource `kafka-source-sample` will
|
||||
be instantiated, and two EventTypes will be added to the registry (as there
|
||||
are two topics). You can see that in the registry example output from the
|
||||
previous sections.
|
||||
|
||||
previous sections.
|
||||
|
||||
## What's next
|
||||
|
||||
|
|
|
@ -179,7 +179,6 @@ Kubernetes secret and then configure the `knative-ingress-gateway`:
|
|||
configuration:
|
||||
|
||||
```yaml
|
||||
|
||||
---
|
||||
tls:
|
||||
mode: SIMPLE
|
||||
|
|
Loading…
Reference in New Issue