devtron icon indicating copy to clipboard operation
devtron copied to clipboard

Feature: File Upload Support for Large Yaml Values in API

Open YashasviDevtron opened this issue 1 month ago • 0 comments

🔖 Feature description

Need support to add file feature to send the larger yaml values in a file to deploy helm applications using curl.

🎤 Pitch / Usecases

In my usecase, I needed to deploy the helm applicaiton with the values.yaml for helm applications.

🔄️ Alternative

I tried sending the values.yaml by encrytping the values.yaml and also tried sending data directly with curl, it throws an error "curl request too long" for larger values.yaml.

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

AB#9837

YashasviDevtron avatar May 22 '24 13:05 YashasviDevtron