Open f0 opened 5 years ago
The helper function in the container struct onyl supports args in the form --arg=val things like
--arg=val
-arg=1 -arg 1 --arg 1
are common usages of args, and not supported in kube-libsonnet
Thanks @f0 for the reporting the issue, #13 fixes it.
The helper function in the container struct onyl supports args in the form
--arg=val
things likeare common usages of args, and not supported in kube-libsonnet