Skip to content

Commit b3ebfa6

Browse files
author
Jeff McCormick
committed
fix lspvc template
1 parent b61d638 commit b3ebfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lspvc-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"kind": "Pod",
33
"apiVersion": "v1",
44
"metadata": {
5-
"name": "lspvc-{{.Name}}",
5+
"name": "{{.Name}}",
66
"labels": {
77
"name": "lspvc"
88
}

0 commit comments

Comments
 (0)