update cli doc yaml (#1436)

To pick up https://github.com/linkerd/linkerd2/pull/9241

Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
Alex Leong 2022-08-23 10:30:31 -07:00 committed by GitHub
parent 91436e959e
commit dc0c2a37a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ AnnotationsReference:
Name: config.linkerd.io/enable-debug-sidecar
- Description: Used to configure the outbound TCP connection timeout in the proxy
Name: config.linkerd.io/proxy-outbound-connect-timeout
- Description: The proxy sidecar will stay alive for at least the given period before
- Description: The proxy sidecar will stay alive for at least the given period after
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
If not provided, it will be defaulted to `0`
Defaults to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
- Description: The application container will not start until the proxy is ready;
accepted values are `enabled` and `disabled`