The helper function in the container struct onyl supports args in the form `--arg=val ` things like ``` -arg=1 -arg 1 --arg 1 ``` are common usages of args, and not supported in kube-libsonnet
The helper function in the container struct onyl supports args in the form
--arg=valthings like
are common usages of args, and not supported in kube-libsonnet