I removed the secret.yaml and moved it into postgress.yaml, since the secret.yaml's database_uri is incorrect and does not have a password. This change is critical to run the pipeline in the openshift, otherwise this error will show up in the testing tasks "sqlalchemy.exc.OperationalError: (psycopg.OperationalError) connection failed: FATAL: password authentication failed for user "postgres""
I removed the secret.yaml and moved it into postgress.yaml, since the secret.yaml's database_uri is incorrect and does not have a password. This change is critical to run the pipeline in the openshift, otherwise this error will show up in the testing tasks "sqlalchemy.exc.OperationalError: (psycopg.OperationalError) connection failed: FATAL: password authentication failed for user "postgres""