kube-libsonnet
kube-libsonnet copied to clipboard
args helper in the Container struct only supports args starting wit -- and and followed by =
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
Thanks @f0 for the reporting the issue, #13 fixes it.