dagger / dagger

An engine to run your pipelines in containers

Home Page:https://dagger.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API is missing `WithoutSecretVariable`

kpenfound opened this issue · comments

The API has Container.WithSecretVariable but no Container.WithoutSecretVariable. This means the only way to clear a secret is to put a new blank one in the same variable name.