Some checks failed
Run Check Script / check (pull_request) Failing after 12s
Add wait_for_ready field (default: true) to PostgreSQLConfig. When enabled, K8sPostgreSQLInterpret waits for the cluster's -rw service to exist after applying the Cluster CR, ensuring callers like get_endpoint() succeed immediately. This eliminates the retry loop in the harmony_sso example's deploy_zitadel() -- ZitadelScore now deploys in a single pass because the PG service is guaranteed to exist before Zitadel's Helm chart init job tries to connect. The deploy_zitadel function shrinks from a 5-attempt retry loop to a simple score.interpret() call.