`proxy.istio.io/config` should attach in `annotations` (#10811)

This commit is contained in:
plucury 2022-01-24 23:40:51 +08:00 committed by GitHub
parent c92304dc25
commit e9ae249032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -130,13 +130,15 @@ spec:
template: template:
metadata: metadata:
... ...
proxy.istio.io/config: | annotations:
tracing: ...
sampling: 10 proxy.istio.io/config: |
custom_tags: tracing:
my_tag_header: sampling: 10
header: custom_tags:
name: host my_tag_header:
header:
name: host
spec: spec:
... ...
{{< /text >}} {{< /text >}}