kp secret create --registry
does not correctly parse registries
#324
Labels
kp secret create --registry
does not correctly parse registries
#324
Summary
When using
kp secret create --registry https://index.docker.io/v1/
the secret is erroneously created.Expected Secret Data
Actual Secret Data
Workaround
In the meantime use flags --dockerhub and --gcr instead as these are correctly generating secrets
Solution
Remove logic that tries to parse the registry host if the user passes in the whole path to the repo
The text was updated successfully, but these errors were encountered: