I’m trying to create a Deployment with a grafana/k6:latest
container image and mount a folder with performance js files that would be run. These scripts are verified and running fine using docker compose run
command, so there is no issue there. I’d really appreciate if someone could point out what is preventing the js scripts from executing in the container.
When I specify the command and script in args
like so
the Pod starts up, runs the run
command, which then throws the following error:
I can however see the files are mounted and available:
ConfigMap
is configured like so: