File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ providers:
525
525
```
526
526
527
527
``` bash tab="CLI"
528
- --providers.consulcatalog.defaultRule=Host(` {{ .Name }}.{{ index .Labels \ " customLabel\ " }}` )
528
+ --providers.consulcatalog.defaultRule=' Host(`{{ .Name }}.{{ index .Labels "customLabel"}}`)'
529
529
# ...
530
530
```
531
531
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ providers:
466
466
```
467
467
468
468
``` bash tab="CLI"
469
- --providers.docker.defaultRule=Host(` {{ .Name }}.{{ index .Labels \ " customLabel\ " }}` )
469
+ --providers.docker.defaultRule=' Host(`{{ .Name }}.{{ index .Labels "customLabel"}}`)'
470
470
# ...
471
471
```
472
472
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ providers:
259
259
```
260
260
261
261
``` bash tab="CLI"
262
- --providers.ecs.defaultRule=Host(` {{ .Name }}.{{ index .Labels \ " customLabel\ " }}` )
262
+ --providers.ecs.defaultRule=' Host(`{{ .Name }}.{{ index .Labels "customLabel"}}`)'
263
263
# ...
264
264
```
265
265
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ providers:
138
138
```
139
139
140
140
``` bash tab="CLI"
141
- --providers.marathon.defaultRule=Host(` {{ .Name }}.{{ index .Labels \ " customLabel\ " }}` )
141
+ --providers.marathon.defaultRule=' Host(`{{ .Name }}.{{ index .Labels "customLabel"}}`)'
142
142
# ...
143
143
```
144
144
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ providers:
374
374
```
375
375
376
376
``` bash tab="CLI"
377
- --providers.nomad.defaultRule=" Host(` {{ .Name }}.{{ index .Labels \ " customLabel\ " }}` )"
377
+ --providers.nomad.defaultRule=' Host(`{{ .Name }}.{{ index .Labels "customLabel"}}`)'
378
378
# ...
379
379
```
380
380
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ providers:
121
121
```
122
122
123
123
``` bash tab="CLI"
124
- --providers.rancher.defaultRule=Host(` {{ .Name }}.{{ index .Labels \ " customLabel\ " }}` )
124
+ --providers.rancher.defaultRule=' Host(`{{ .Name }}.{{ index .Labels "customLabel"}}`)'
125
125
# ...
126
126
```
127
127
You can’t perform that action at this time.
0 commit comments