Skip to content

Commit

Permalink
bug fix to use OPERATOR_NS instead
Browse files Browse the repository at this point in the history
  • Loading branch information
memodi committed Jan 26, 2024
1 parent 5cef5ac commit 23cf30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mk/development.mk
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ else
./hack/swap-image-csv.sh $(CSV) $(OPERATOR_NS) "" DOWNSTREAM_DEPLOYMENT true
endif
@echo -e "\n==> Redeploying..."
kubectl rollout status -n $(NAMESPACE) --timeout=60s deployment netobserv-controller-manager
kubectl wait -n $(NAMESPACE) --timeout=60s --for condition=Available=True deployment netobserv-controller-manager
kubectl rollout status -n $(OPERATOR_NS) --timeout=60s deployment netobserv-controller-manager
kubectl wait -n $(OPERATOR_NS) --timeout=60s --for condition=Available=True deployment netobserv-controller-manager

.PHONY: pprof
pprof:
Expand Down

0 comments on commit 23cf30c

Please sign in to comment.