Ofek Katriel
02/21/2022, 4:49 PMInternal Server Error: Error creating S3 log client to Minio
and in the worker logs:
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:
9000
or
'9000'
or
"9000"
or nothing which is this error.
here’s my values.yaml file:
``````Augustin Lafanechere (Airbyte)
02/21/2022, 5:36 PM./kube
) which might be more stable than our helm chart.Ofek Katriel
02/21/2022, 8:58 PM