We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ed422 commit 292be41Copy full SHA for 292be41
1 file changed
.github/workflows/devfile-acceptanse-test.yaml
@@ -69,7 +69,6 @@ jobs:
69
#
70
# load Che-Code image into minikube
71
72
- minikube image load quay.io/eclipse/che-plugin-registry:next
73
minikube image list --format table
74
75
# get patch file to set up resources
@@ -81,6 +80,7 @@ jobs:
81
80
chectl server:deploy \
82
--batch \
83
--platform minikube \
+ --k8spoddownloadimagetimeout=300000
84
--k8spodwaittimeout=120000 \
85
--k8spodreadytimeout=120000 \
86
--che-operator-cr-patch-yaml "/tmp/github-minikube-checluster-patch.yaml"
0 commit comments