Chris Przybycien

Results 4 comments of Chris Przybycien

**NOTE: I'm using Argo Workflows 3.2.6** After running various scenarios I'm pretty sure this is exclusive to exit hooks but also exclusively to the `status` parameter. I put together a...

Indeed, the [datadog cluster agent notes explicitly state the default path ends with `apm.socket`](https://github.com/DataDog/datadog-agent/blob/85a8590c31b8ec68b256fcfc1263264c0dcaef02/pkg/config/config_template.yaml#L2457). I worked around this by updating my `DatadogAgent` with `agent.apm.unixDomainSocket.hostFilepath=/var/run/datadog/apm.socket` to use the proper default

looking for a workaround? here's one that i use: ``` ${slice(split("foo,bar,baz", ","), 0, 1)} ``` this resolves to `"foo"` # UPDATE ## 2023 June 22 16:48 GMT-4 After upgrading to...

Some extra context: this also happens when using absolute paths (`/home/person/file.yaml`) and relative paths (`../../../templates/file.yaml`)