From e94e4d5c46c6876225aa8f4514bff1fdcdf5478c Mon Sep 17 00:00:00 2001 From: yank1 Date: Sun, 11 Feb 2018 14:24:57 +0800 Subject: [PATCH] fix a typo init.go --- pkg/kinflate/commands/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kinflate/commands/init.go b/pkg/kinflate/commands/init.go index a8757c9ab..60b74db2f 100644 --- a/pkg/kinflate/commands/init.go +++ b/pkg/kinflate/commands/init.go @@ -39,7 +39,7 @@ namePrefix: some-prefix objectLabels: app: helloworld objectAnnotations: - note: This is a example annotation + note: This is an example annotation resources: - deployment.yaml - service.yaml