add postgres driver through helm chart #43472
-
Hi, I'm trying to use the SystemInitialization section of the doris helm chart to download the postgres driver. However, I'm running into errors. I'm trying something simple to troubleshoot:
Even that is giving the following error:
Do you know where I may be going wrong? The full set of commands I need to perform are the following but I'm stuck at the moment:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
the InitContainer for initialing environment of doris start. "/bin/sh" is not needed. although, download successes, the init Container is not shared with Doris container, so please share why you want to download the PostgreSQL jar. |
Beta Was this translation helpful? Give feedback.
-
Sorry, The drivers about the catalog do not support downloading at the start time. we will support it soon. now please build the image by yourself. |
Beta Was this translation helpful? Give feedback.
Sorry, The drivers about the catalog do not support downloading at the start time. we will support it soon. now please build the image by yourself.