From e35f028d0c733b4f5f4b9d4da6f7db787d19a60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Kleiman?= Date: Thu, 16 Aug 2018 15:40:31 -0700 Subject: [PATCH] Fix a typo in "annotated-skaffold.yaml". --- examples/annotated-skaffold.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/annotated-skaffold.yaml b/examples/annotated-skaffold.yaml index 89c139cc607..ef511ad01ef 100644 --- a/examples/annotated-skaffold.yaml +++ b/examples/annotated-skaffold.yaml @@ -60,7 +60,7 @@ build: # target: //:skaffold_example.tar # This next section is where you'll put your specific builder configuration. - # Valid builders are `local`, `googleCloudBuild` and `kaniko. + # Valid builders are `local`, `googleCloudBuild` and `kaniko`. # Defaults to `local: {}` # Pushing the images can be skipped. If no value is specified, it'll default to