stupid.yu
stupid.yu
same problem with the following: Spring Cloud: 2021.0.1 spring-cloud-kubernetes: 2.1.0 spring-cloud-gateway: 2.1.0 spring-cloud-openfeign: 3.1.0
> so you meant like: `https:///api/charts/upload?chart=/path/to/your/chart.tgz` > not work. @opskumu @wibed can u help me? Example I want to upload chart using an API. ```curl -X POST 'http:///api/charts/upload' -F 'chart=@/path/to/chart.tgz'...
@opskumu yes, chart upload failed. Here is my test: ``` curl -X POST 'http:///api/charts/upload' -F 'chart=@/path/to/chart.tgz' curl -X PUT 'http:///api/repositories' curl -X GET 'http:///api/repositories/charts' ``` API `upload chart` did not...
@opskumu it works.  Sorry,I made a mistake. I got `upload chart` confused with `helm push`. Exactly,I need an API for `helm push`
hello, I have the same problem when using `curl` to create database. ```bash [root@superset]# token=$(curl -X 'POST' \ 'http://'${HOSTNAME}':'${PORT}'/api/v1/security/login' \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ -d '{...