diff --git a/.github/bin/common.sh b/.github/bin/common.sh index 2ca5904dc..d886aa98e 100755 --- a/.github/bin/common.sh +++ b/.github/bin/common.sh @@ -547,7 +547,7 @@ enableDevWorkspaceEngine() { } deployCertManager() { - kubectl apply -f https://raw.githubusercontent.com/che-incubator/chectl/main/installers/cert-manager.yml + kubectl apply -f https://raw.githubusercontent.com/che-incubator/chectl/main/resources/cert-manager.yml sleep 10s kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=cert-manager -n cert-manager --timeout=60s