hi guys, trying to deploy airbyte with helm with e...
# troubleshooting
k
hi guys, trying to deploy airbyte with helm with existing minio instance, and I get in the ui the following error
Copy code
Internal Server Error: Error creating S3 log client to Minio
and in the worker logs:
Copy code
Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: Malformed escape pair at index 21: <http://minio-service>:%!d(<nil>)

or if I insert 9000:

Caused by: java.lang.IllegalArgumentException: java.net.URISyntaxException: Malformed escape pair at index 21: <http://minio-service>:%!d(float64=9000)
as you can see it is not parsing well the minio port, even when I insert:
Copy code
9000
or
Copy code
'9000'
or
Copy code
"9000"
or nothing which is this error. here’s my values.yaml file: ``````
e
still didn’t get any help…
o
Did you get latest version of Chart?
r
yes
just trying to connect an existing minio
and I have to use the helm chart, our whole managed platform based on helm
j
Can anybody share any insights?
c
Hello Ofek, today Helm chart is in alpha stage and it’s fully supported in Airbyte codebase. The CI isn’t configured so we can’t affirm to you it’s working without some changes/editions from your side. Looks you’re trying to use a existing minio deployment and I’m not sure if the chart allow you to this.