Skip to content
Snippets Groups Projects
Unverified Commit 74027cd6 authored by Varac's avatar Varac
Browse files

Wait for cert-manager kustomization

parent 9667915d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ b64secret=$(echo -n "${ZEROSSL_EAB_HMAC_KEY}" | base64 -w0)
b64tlskey=$(echo -n "${ZEROSSL_TLS_KEY}" | base64 -w0)
# Wait until cert-manager is ready
"$(dirname "$0")/retry_cmd_until_success.sh" 30 10 "flux get kustomization --status-selector ready=true --no-header | grep '^core'"
"$(dirname "$0")/retry_cmd_until_success.sh" 30 10 "flux get kustomization --status-selector ready=true --no-header | grep 'cert-manager'"
# Add ZeroSSL ClusterIssuer
kubectl apply -n cert-manager -f - <<EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment