Skip to content

Commit e323cd5

Browse files
committed
fix mdbook formatting
1 parent 6c6108b commit e323cd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/src/lib/k8s/TUTORIAL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func main() {
114114
err := environment.New(&environment.Config{
115115
Labels: nsLabels,
116116
WorkloadLabels: workloadPodLabels
117-
PodLabels: workloadPodLabels
117+
PodLabels: workloadPodLabels
118118
NamespacePrefix: "new-environment",
119119
KeepConnection: true,
120120
RemoveOnInterrupt: true,
@@ -194,9 +194,9 @@ import (
194194

195195
func main() {
196196
e := environment.New(&environment.Config{
197-
Labels: []string{"chain.link/product=myProduct", "chain.link/team=my-team", "chain.link/cost-center=test-tooling-load-test"},
198-
WorkloadLabels: map[string]string{"chain.link/product": "myProduct", "chain.link/team": "my-team", "chain.link/cost-center": "test-tooling-load-test"},
199-
PodLabels: map[string]string{"chain.link/product": "myProduct", "chain.link/team": "my-team", "chain.link/cost-center": "test-tooling-load-test"},
197+
Labels: []string{"chain.link/product=myProduct", "chain.link/team=my-team", "chain.link/cost-center=test-tooling-load-test"},
198+
WorkloadLabels: map[string]string{"chain.link/product": "myProduct", "chain.link/team": "my-team", "chain.link/cost-center": "test-tooling-load-test"},
199+
PodLabels: map[string]string{"chain.link/product": "myProduct", "chain.link/team": "my-team", "chain.link/cost-center": "test-tooling-load-test"},
200200
NamespacePrefix: "adding-new-deployment-part",
201201
TTL: 3 * time.Hour,
202202
KeepConnection: true,

0 commit comments

Comments
 (0)