Fix typos

This commit is contained in:
Ryan Gregg 2018-07-11 15:26:17 -07:00 committed by GitHub
parent 7265970e42
commit 7486c23c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@ spec:
name: kaniko name: kaniko
arguments: arguments:
- name: IMAGE - name: IMAGE
value: &image rgreggwa/app-from-source:latest value: &image docker.io/{DOCKER_USERNAME}/app-from-source:latest
revisionTemplate: revisionTemplate:
spec: spec:
container: container:
image: *image image: *image
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: TARGET - name: SIMPLE_MSG
value: "Hello sample app!" value: "Hello from the sample app!"