You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
helm repo add cradlepoint https://raw.githubusercontent.com/cradlepoint/kubernetes-helm-chart-pgbouncer/master/repos/stable --force-update helm upgrade --install pgbouncer cradlepoint/pgbouncer -n airflow -f values.pgbouncer.tmp.yaml
the pod would not start. and i could not check log either.
The text was updated successfully, but these errors were encountered:
I tried to install the chart, like below; but the "scram-sha-256" is the auth_type, connect to Azure postgresql
`# values.override.yaml example
replicaCount: 2
users:
myuser@my-host-name: my-password-plain
databases:
"*":
host: my-host-name
port: 5432
connectionLimits:
maxClientConn: 200
settings:
auth_type: scram-sha-256
server_tls_sslmode: verify-ca
ignore_startup_parameters: extra_float_digits
listen_port: 5432
pool_mode: transaction
`
helm repo add cradlepoint https://raw.githubusercontent.com/cradlepoint/kubernetes-helm-chart-pgbouncer/master/repos/stable --force-update helm upgrade --install pgbouncer cradlepoint/pgbouncer -n airflow -f values.pgbouncer.tmp.yaml
the pod would not start. and i could not check log either.
The text was updated successfully, but these errors were encountered: