From a64fbe204865f2823eeb54f7b06816e7030777ff Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Sat, 30 Aug 2025 13:12:49 +0900 Subject: [PATCH] chore(postgres): code format --- postgres/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/justfile b/postgres/justfile index 29f7532..6bccba1 100644 --- a/postgres/justfile +++ b/postgres/justfile @@ -72,7 +72,7 @@ create-cluster: helm upgrade --install postgres-cluster cnpg/cluster \ --version ${CNPG_CLUSTER_CHART_VERSION} \ -n ${CNPG_NAMESPACE} --wait -f postgres-cluster-values.yaml - + echo "Waiting for PostgreSQL cluster to be ready..." kubectl wait --for=condition=Ready clusters.postgresql.cnpg.io/postgres-cluster \ -n ${CNPG_NAMESPACE} --timeout=300s