Provide a mechanism to override proxy configurations during auto-inject via pod annotations. When the proxy-injector receives an inject request, it determines the inject options in the following order:
- if an annotation for that option is present on the pod, it uses that
- otherwise if an annotation for that option is present on the pod's namespace, it uses that
- if no annotations are present, it uses the default from the linkerd-config config map