linkerd / linkerd2

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
https://linkerd.io
Apache License 2.0
10.71k stars 1.28k forks source link

[Helm] `podAnnotations` per deployment #13389

Open mikutas opened 14 hours ago

mikutas commented 14 hours ago

What problem are you trying to solve?

We can't input different pod annotations per deployment.

How should the problem be solved?

Add values for each deployment besides global podAnnotations value.

Any alternatives you've considered?

no idea

How would users interact with this feature?

Users can input both global and each deployment's podAnnotations. Each deployment's podAnnotations take precedence over global one.

Would you like to work on this feature?

yes