eladkal commented on issue #16922:
URL: https://github.com/apache/airflow/issues/16922#issuecomment-881952777
@raphaelauv in your reproduce example:
```
k = KubernetesPodOperator(
namespace=namespace,
image="hello-world",
labels={"foo": "bar"},
arguments=["vivi.json"],
name="airflow-test-pod",
task_id="task-one",
...
)
```
Did you actually have a `vivi.json` file so that jinja cloud pickup? The
traceback you shared is different then the one posted on this issue. Your
traceback says `jinja2.exceptions.TemplateNotFound: vivi.json` which means that
jinja doesn't find the `vivi.json` to process.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]