fix inclusionRegexps not working (#1972)

This commit is contained in:
小小hao
2025-03-30 10:41:01 +08:00
committed by GitHub
parent 492c5d350a
commit 20dfc3d64f
3 changed files with 7 additions and 1 deletions

View File

@@ -85,7 +85,7 @@
{{- end }}
proxyStatsMatcher:
inclusionRegexps:
- ".*"
{{ toYaml .Values.global.proxy.proxyStatsMatcher.inclusionRegexps | indent 8 }}
{{- end }}
{{/* We take the mesh config above, defined with individual values.yaml, and merge with .Values.meshConfig */}}