tooptoop4

Results 369 comments of tooptoop4

@sandeepitachi doesn't help because @ is part of the function syntax I need

@sandeepitachi argo-events has SQS eventsource so the SQS message payload is being sent as input to the workflow. I want to set label from a specific tag within the message...

issue is its not all plain json, some levels of nested tags are 'stringified' but outer tags are not

might need fix in https://github.com/antonmedv/expr/blob/baae791a9321e8570785ea18814d0697057b2a00/parser/lexer/state.go#L47-L48

my current thinking is cluster admin defines team1 with namespace1/serviceaccount1/rolebinding1/gitrepo1, and defines team2 with namespace2/serviceaccount2/rolebinding2/gitrepo2. But what prevents team2 from creating a workflow yaml that references namespace1/serviceaccount1 ?

@vutkin that is partial fix I get since couldn't see anything to help handlebars (seems to be pulled in via ace-builds https://github.com/tchiotludo/akhq/blob/31c367047d859b7c3f89509cf34cae3b7ec3a90a/client/package.json#L12 ) it shows in the scan as /app/akhq.jar:handlebars-v4.7.6.js...

@tchiotludo do u know how handlebars-v4.7.6.js is being added to the akhq.jar ?

@Arttii did u find workaround?

@chris-aeviator how did u allow dask workers to run airflow tasks? I get no such file error. Any setup script u can share?