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
psycopg2.OperationalError: fe_sendauth: no password supplied
We use OKE (Oracle Cloud k8 cluster )
Kube version 1.27
metaflow-service:
metadatadb:
password: metaflow
name: metaflow
user: metaflow
metaflow-ui:
# Note: for security reasons, these values should NOT be set in plain text.
# Better options of passing these values are using environment variables,
# kubernetes secret + values file, etc.
metadatadb:
password: metaflow
name: metaflow
user: metaflow
ingress:
enabled: false
postgresql:
# postgresql.enabled -- Flag to install Postgresql
enabled: true
postgresqlPassword: metaflow
postgresqlDatabase: metaflow
postgresqlUsername: metaflow
~
The text was updated successfully, but these errors were encountered:
Pods logs errors shows
psycopg2.OperationalError: fe_sendauth: no password supplied
We use OKE (Oracle Cloud k8 cluster )
Kube version 1.27
The text was updated successfully, but these errors were encountered: