Skip to content

Commit 93eb7ab

Browse files
authored
Merge pull request #163 from gianlucam76/fix
Fix Makefile
2 parents 230865d + 54bf329 commit 93eb7ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ create-cluster: $(KIND) $(CLUSTERCTL) $(KUBECTL) $(ENVSUBST) ## Create a new kin
194194
$(KUBECTL) apply -f $(KIND_CLUSTER_YAML)
195195

196196
@echo "Start projectsveltos"
197-
$(MAKE) deploy-projectsveltos
198-
199-
@echo "wait for cluster to be provisioned"
200-
$(KUBECTL) wait cluster sveltos-management-workload -n default --for=jsonpath='{.status.phase}'=Provisioned --timeout=$(TIMEOUT)
197+
$(MAKE) deploy-projectsveltos
198+
199+
@echo "wait for cluster to be provisioned"
200+
$(KUBECTL) wait cluster sveltos-management-workload -n default --for=jsonpath='{.status.phase}'=Provisioned --timeout=$(TIMEOUT)
201201

202202
@echo "sleep allowing control plane to be ready"
203203
sleep 60

0 commit comments

Comments
 (0)