bitnami / kube-libsonnet

Bitnami's jsonnet library for building Kubernetes manifests
https://bitnami.com
Apache License 2.0
172 stars 49 forks source link

args helper in the Container struct only supports args starting wit -- and and followed by = #12

Open f0 opened 5 years ago

f0 commented 5 years ago

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

jjo commented 5 years ago

Thanks @f0 for the reporting the issue, #13 fixes it.