ci: update path to cert-manager.yaml (#1137)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1132/head
Anatolii Bazko 2021-10-11 16:41:39 +03:00 committed by GitHub
parent fcbc80e79e
commit d620eafad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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