Skip to content

Commit

Permalink
Change kindSerice to kindService (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafahussein authored and itowlson committed Oct 8, 2018
1 parent bc73365 commit 8b8977a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildsnippets/snippets.go
Expand Up @@ -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"),
},
Expand Down
4 changes: 2 additions & 2 deletions snippets/helm.json
Expand Up @@ -139,7 +139,7 @@
"description": "Create a Secret manifest"
},
"Service": {
"prefix": "kindSerice",
"prefix": "kindService",
"body": [
"apiVersion: v1",
"kind: Service",
Expand Down Expand Up @@ -235,4 +235,4 @@
],
"description": "Create a with block"
}
}
}

0 comments on commit 8b8977a

Please sign in to comment.