Yaml config for multiarch support

I need to configure a yaml file to run a container in k8s with the parameters below:

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

Tried difference steps but not able to make it work, this should work alongside the jenkins plugin which the entry command is “cat”, like this:
<part of yaml]
command:
- cat
args:
- “[–rm --privileged multiarch/qemu-user-static --reset -p yes]”
tty: true

Cluster information:

Kubernetes version: “v1.16.8”
Cloud being used: OpenStack
Installation method: Kubespray+terraform
Host OS: Debian Buster
CNI and version: Calico cni:v3.7.3
CRI and version: docker://18.9.7

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.