Hey all, does anybody know if I can set an annotat...
# ask-metaflow
i
Hey all, does anybody know if I can set an annotation from metaflow on an Argo Event or apply an annotation automatically some other way? My internal ops team recently onboarded linkerd by default for all services and it's giving me some pains when using Argo Events. I use Metaflow to create argo workflows triggered on Argo Events. I've isolated the issue to linkerd, if I add the following annotation to my Argo Event Sensors manually then they spin up and all is well.
Copy code
<http://linkerd.io/inject|linkerd.io/inject>: disabled
f
I don't think this is possible currently. Maybe look into the underlying helm chart ?