porter-archive
porter-archive copied to clipboard
ingress annotation input in advanced tab doesn't accept number as input
Description
Location
- [x] Browser
- [ ] CLI
- [x] API
Steps to reproduce
- input a number into the annotation value as shown in example below (without the quotation marks)
- Deploying throws an error due to wrong format.
- Deploying works as expected after putting quotes around the number. Numbers should automatically be stringified from the frontend.