Skip to content
Advertisement

Tag: argo

How to access a content of file which is passed as input artifact to a script template in argo workflows

I am trying to access the content(json data) of a file which is passed as input artifacts to a script template. It is failing with the following error NameError: name ‘inputs’ is not defined. Did you mean: ‘input’? My artifacts are being stored in aws s3 bucket. I’ve also tried using environment variables instead of directly referring the artifacts directly

Advertisement