ci: update path to cert-manager.yaml (#1137)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>pull/1132/head
parent
fcbc80e79e
commit
d620eafad2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue