Skip to content

Commit

Permalink
fix tmpl file
Browse files Browse the repository at this point in the history
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
  • Loading branch information
shawnh2 committed May 8, 2024
1 parent 55803b9 commit 4089511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/xds/bootstrap/bootstrap.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ stats_config:
{{- range $_, $item := .StatsMatcher.Exacts }}
- exact: {{$item}}
{{- end}}
{{- range $_, $item := .StatsMatcher.Prefixs }}
{{- range $_, $item := .StatsMatcher.Prefixes }}
- prefix: {{$item}}
{{- end}}
{{- range $_, $item := .StatsMatcher.Suffixs }}
{{- range $_, $item := .StatsMatcher.Suffixes }}
- suffix: {{$item}}
{{- end}}
{{- range $_, $item := .StatsMatcher.RegularExpressions }}
Expand Down

0 comments on commit 4089511

Please sign in to comment.