-
Notifications
You must be signed in to change notification settings - Fork 495
Description
What is the bug?
I'm experimenting with the 8.5.2 chart version and when I'm installing with Pgbouncer feature disabled, everything works as usual but activating Pgbouncer flag on values.yaml, I get an error on the airflow-pgbouncer pod liveness probe:
Liveness probe failed: psql: error: ERROR: password authentication failed for user "[USERNAME]"
I'm using Azure for Postgres, and the username has an @ in the middle of the value but the log only shows the value before the @. I'm guessing this is why the auth is failing.
This is a continuation of issue #394
What version of the chart are you using?:
I am using version 8.5.2
What is your Kubernetes Version?:
$ kubectl version
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.9", GitCommit:"1af681ff123a96cc50f4f6323a83c70a1daf6950", GitTreeState:"clean", BuildDate:"2021-05-25T17:37:16Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}What is your Helm version?:
$ helm version
version.BuildInfo{Version:"v3.5.4", GitCommit:"1b5edb69df3d3a08df77c9902dc17af864ff05d1", GitTreeState:"clean", GoVersion:"go1.15.11"}Please copy your custom Helm values file:
I'm using the default Pgbouncer config from the repo with the following change:
pgbouncer.serverSSL.mode: verify-caThank you!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
