If I want to run kwt workspace create --image myregistry.com/myimage:latest, how do I provide private registry credentials? I think the low-level question is, how do I attach a serviceaccount (like we setup in knctl deploy tutorials) to kwt workspace create commands?
If I want to run
kwt workspace create --image myregistry.com/myimage:latest
, how do I provide private registry credentials? I think the low-level question is, how do I attach a serviceaccount (like we setup inknctl deploy
tutorials) tokwt workspace create
commands?