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

Match ^cert-manager

parent 68d8038e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ set -euo pipefail
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 'cert-manager'"
"$(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