mirror of https://github.com/knative/docs.git
Fix typos
This commit is contained in:
parent
7265970e42
commit
7486c23c62
|
@ -15,12 +15,12 @@ spec:
|
|||
name: kaniko
|
||||
arguments:
|
||||
- name: IMAGE
|
||||
value: &image rgreggwa/app-from-source:latest
|
||||
value: &image docker.io/{DOCKER_USERNAME}/app-from-source:latest
|
||||
revisionTemplate:
|
||||
spec:
|
||||
container:
|
||||
image: *image
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: TARGET
|
||||
value: "Hello sample app!"
|
||||
- name: SIMPLE_MSG
|
||||
value: "Hello from the sample app!"
|
||||
|
|
Loading…
Reference in New Issue