GoogleCloudPlatform/k8s-cluster-bundle

Change Key/Value flags from foo,bar;biff,baz -> foo=bar,biff=baz

Closed this issue · 0 comments

We should change Key/Value flags from foo,bar;biff,baz -> foo=bar,biff=baz. The former is weird. The latter is pretty common; it's what some Java libraries use, for example.