fix typo in event-display Service template spec (#4762)

This commit is contained in:
Hans-Jörg Wieland 2022-02-17 12:24:11 +01:00 committed by GitHub
parent 15c9ea7071
commit e52ca26434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ metadata:
spec:
template:
spec:
containerers:
containers:
- image: gcr.io/knative-releases/knative.dev/eventing/cmd/event_display
```