add annotation to enable appmesh logs

Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
Co-authored-by: wucg <wucg@trip.com>
This commit is contained in:
Sanskar Jaiswal
2022-03-22 15:45:02 +05:30
co-authored by wucg
parent cc7b35b44a
commit 20f2d3f2f9
7 changed files with 39 additions and 0 deletions
@@ -62,6 +62,9 @@ Create a canary definition:
apiVersion: flagger.app/v1beta1
kind: Canary
metadata:
annotations:
# Enable Envoy access logging to stdout.
appmesh.flagger.app/accesslog: enabled
name: podinfo
namespace: test
spec: