okteto / delete-namespace

Github action to delete a namespace in Okteto as part of your automated development workflow
Apache License 2.0
5 stars 4 forks source link

Provide a way to pass OKTETO_URL env var #6

Closed sudomf closed 3 years ago

sudomf commented 3 years ago

Is there a way to set OKTETO_URL?

rberrelleza commented 3 years ago

Yes. You can set it in the okteto/login action and delete-namespace will inherit it. https://okteto.com/docs/cloud/preview-environments/preview-environments-github/#preview-environments-for-okteto-enterprise-users has an example of this.

sudomf commented 3 years ago

Cool. Thanks @rberrelleza .