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

Co-authored-by: hansjoergventx <hans-joerg@ventx.de>
This commit is contained in:
Knative Prow Robot 2022-02-17 03:40:12 -08:00 committed by GitHub
parent 943f22d376
commit 6d85e055b0
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
```