From 7486c23c62abc67b10ca647d1cf72028fe634e74 Mon Sep 17 00:00:00 2001 From: Ryan Gregg Date: Wed, 11 Jul 2018 15:26:17 -0700 Subject: [PATCH] Fix typos --- serving/samples/source-to-url-go/service.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/serving/samples/source-to-url-go/service.yaml b/serving/samples/source-to-url-go/service.yaml index bc2313aa1..a7ee8e6e7 100644 --- a/serving/samples/source-to-url-go/service.yaml +++ b/serving/samples/source-to-url-go/service.yaml @@ -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!" \ No newline at end of file + - name: SIMPLE_MSG + value: "Hello from the sample app!"