From fa53743f7631cd1407fc1d218a6b15ce3027e039 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Wed, 14 Feb 2024 01:48:40 -0300 Subject: [PATCH] Fixes Operator Creation Order --- deploy.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index cd9215e..dc691d5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -33,7 +33,8 @@ function configure_cert_manager() { --namespace cert-manager \ --create-namespace \ --version v1.14.2 \ - --set installCRDs=true + --set installCRDs=true \ + --timeout=600s } function configure_postgres() { @@ -120,14 +121,14 @@ function main() { fi + configure_cert_manager + kubectl apply -f ./deployment/portfolio-namespace.yaml configure_postgres application_deploy - configure_cert_manager - if [[ $1 == "--local" || $1 == "-l" ]]; then kubectl apply -f \