Krzysztof Sazon
02/21/2022, 4:48 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:
``````Edvard Kristiansen
02/22/2022, 6:55 PMOfek Katriel
02/22/2022, 7:05 PMRenzo B
02/22/2022, 8:00 PMRenzo B
02/22/2022, 8:13 PMRenzo B
02/22/2022, 8:14 PMJaime Farres
02/23/2022, 8:22 AMCésar Sepúlveda
02/23/2022, 3:29 PM