Skip to content

Commit 52ce6fc

Browse files
authored
Update post-create.sh
1 parent 326d6bc commit 52ce6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ echo "Configure Crossplane..."
5656
kubectl create clusterrolebinding --serviceaccount crossplane-system:crossplane --clusterrole cluster-admin allow-all-resources-crossplane
5757
kubectl apply -f crossplane/01-functions
5858
kubectl apply -f crossplane/02-providers
59-
kubectl wait --for condition=Healthy=true providers.p crossplane-contrib-provider-kubernetes
59+
kubectl wait --for condition=Healthy=true providers.p crossplane-contrib-provider-kubernetes --timeout 10m
6060
kubectl apply -f crossplane/03-provider-configs
6161
kubectl apply -f crossplane/04-xrds --recursive
6262
kubectl apply -f crossplane/05-compositions --recursive

0 commit comments

Comments
 (0)