Fix K_CE_OVERRIDES env var format (#2701)

This commit is contained in:
Lukas Berk 2020-07-27 16:02:58 -04:00 committed by GitHub
parent 4ab3125e84
commit 444a6244fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ event-display http://event-display.default.1.2.3.4.xip.io event-display-gqjb
### Create our SinkBinding
In order to direct events to our Event Display, we will first create a
SinkBinding that will inject `$K_SINK` and "$K_CE_OVERRIDES" into select `Jobs`:
SinkBinding that will inject `$K_SINK` and `$K_CE_OVERRIDES` into select `Jobs`:
```yaml
apiVersion: sources.knative.dev/v1beta1