mirror of https://github.com/knative/docs.git
Fix env variable
This commit is contained in:
parent
41de065e32
commit
7265970e42
|
|
@ -117,7 +117,7 @@ spec:
|
||||||
image: *image
|
image: *image
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: TARGET
|
- name: SIMPLE_MSG
|
||||||
value: "Hello sample app!"
|
value: "Hello sample app!"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue