coderanger / kitchen-kubernetes

A Test Kitchen driver for testing on top of a Kubernetes cluster.
Apache License 2.0
29 stars 10 forks source link

Use the kube_command helper to set context in a few more places #7

Open karcaw opened 6 years ago

karcaw commented 6 years ago

This fixes an issue I saw in testing the context: config option. The config was not reaching all the commands.

I'm not sure how I like the rsync_rsh config option being an array, but its the way I figured out how to do it. comments are welcome.

I solved it another way here: https://github.com/EMSL-MSC/kitchen-kubernetes/tree/fixup-context-config But that completely ignored the kube_command helper