File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tests/e2e-upgrade/upgrade-test Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ add-rbac-permissions-to-operator: manifests kustomize
321321.PHONY : deploy
322322deploy : set-image-controller
323323 $(KUSTOMIZE ) build config/default | kubectl apply -f -
324- kubectl wait --for=condition=available deployment/opentelemetry-operator-controller-manager -n opentelemetry-operator-system --timeout=300s
324+ kubectl rollout status deployment/opentelemetry-operator-controller-manager -n opentelemetry-operator-system --timeout=300s
325325
326326# Undeploy controller in the current Kubernetes context, configured in ~/.kube/config
327327.PHONY : undeploy
Original file line number Diff line number Diff line change 1616 try :
1717 - script :
1818 timeout : 5m
19- content : cd ../../../ && make deploy VERSION=e2e
19+ content : |
20+ make -C ../../../ deploy
2021 - name : step-02
2122 try :
2223 - apply :
You can’t perform that action at this time.
0 commit comments