typos in kafka source (#2695)

This commit is contained in:
Belinda Vennam 2020-07-21 14:43:54 -04:00 committed by GitHub
parent 5a923e958a
commit d41be21c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ Tutorial on how to build and deploy a `KafkaSource` [Eventing source](../../../s
}
```
Now manually delete the kafkasource deployment and allow the `kafka-controller-manager` deployment running in `native-sources` namespace to redploy it. Debug level logs should be visible now.
Now manually delete the kafkasource deployment and allow the `kafka-controller-manager` deployment running in `knative-sources` namespace to redeploy it. Debug level logs should be visible now.
```
$ kubectl logs --selector='knative-eventing-source-name=kafka-source'