You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
When svcat was migrated to this repo, I had to add viper into the mix in order to bind to the kubectl plugin environment variables. This introduced a bug in svcat provision and svcat bind:
$ svcat provision # ... the args don't matter, as long as --param isn't setError: invalid --param value (invalid parameter ([]), must be in name=value format)
This is an open issue with viper, spf13/viper#246. Will follow up with a workaround PR shortly.
The text was updated successfully, but these errors were encountered:
When svcat was migrated to this repo, I had to add viper into the mix in order to bind to the kubectl plugin environment variables. This introduced a bug in
svcat provision
andsvcat bind
:This is an open issue with viper, spf13/viper#246. Will follow up with a workaround PR shortly.
The text was updated successfully, but these errors were encountered: