add postgres driver through helm chart #43472
Unanswered
adeel-ansari
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
systemInitialization: initImage: "selectdb/alpine:latest" command: ["/bin/sh", "-c", "echo hello"]
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.
All reactions