From 8b8977ae5e6da19e7122be2f419c5e5963a00de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=28=E2=95=AF=C2=B0=E2=96=A1=C2=B0=EF=BC=89=E2=95=AF?= =?UTF-8?q?=EF=B8=B5=20u=E1=B4=89=C7=9DssnH=20=C9=90=C9=9F=C9=90=CA=87soW?= Date: Mon, 8 Oct 2018 22:57:17 +0200 Subject: [PATCH] Change kindSerice to kindService (#383) --- buildsnippets/snippets.go | 2 +- snippets/helm.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildsnippets/snippets.go b/buildsnippets/snippets.go index a4ea66785..554464c50 100644 --- a/buildsnippets/snippets.go +++ b/buildsnippets/snippets.go @@ -37,7 +37,7 @@ var snippets = map[string]Snippet{ Body: load("deployment.yaml"), }, "Service": { - Prefix: "kindSerice", + Prefix: "kindService", Description: "Create a Service manifest", Body: load("service.yaml"), }, diff --git a/snippets/helm.json b/snippets/helm.json index ddd48fe68..6e6cc48ea 100644 --- a/snippets/helm.json +++ b/snippets/helm.json @@ -139,7 +139,7 @@ "description": "Create a Secret manifest" }, "Service": { - "prefix": "kindSerice", + "prefix": "kindService", "body": [ "apiVersion: v1", "kind: Service", @@ -235,4 +235,4 @@ ], "description": "Create a with block" } -} \ No newline at end of file +}