I see that I can use the "kubectl set image" command to update a container used in a deployment, like this:
kubectl set image deployment/myapp myapp=repo.mycompany.com/myapp/ui:beta.119
But, i would also like to use a different startup command in some situations. Is there a way to update both the image AND the command used for the container?
kubectl editwhich will open yaml in editor. On saving the file which apply the changes