Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With the following: koyeb service update myapp/svc --env MYENV=value koyeb service update myapp/svc --env MYENV=@xxx We used to generate a bad request because this is changing the type of the environment variable MYENV to "plain", then "secret". This is now fixed.
- Loading branch information