Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpk profile create: use StringArray rather than StringSlice
StringSlice splits all inputs at comma, meaning config.Set cannot work. Currently, people can only input one key=value. If people use a second value (key=value1,value2), the input is split at comma and then config.Set runs against value2 alone (no key) and fails. (cherry picked from commit 80f41e4)
- Loading branch information