2020-06-26 19:03:48 UTC - Mike Ludwig: Is there any way to add k8s annotations to action pods spawned by the invoker? I'm specifically looking to integrate hashicorp vault by adding these annotations to the pods: <https://www.vaultproject.io/docs/platform/k8s/injector/annotations#agent-annotations> https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1593198228028000 ---- 2020-06-26 19:57:13 UTC - Dave Grove: hi Mike, yes you should be able to do this at least on a deployment-wide basis. The action pods all get created using a template that can be configured when the system is deployed. I’m not finding an actual example in the docs, but the property you need to set is here: <https://github.com/apache/openwhisk/blob/master/core/invoker/src/main/resources/application.conf#L81> https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1593201433030600 ----
