mirror of https://github.com/knative/docs.git
Fix K_CE_OVERRIDES env var format (#2701)
This commit is contained in:
parent
4ab3125e84
commit
444a6244fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue