Skip to content

Commit

Permalink
Fix operator manifest generation for E2E tests when VERBOSE=1. Closes j…
Browse files Browse the repository at this point in the history
…aegertracing#1593 (jaegertracing#1594)

Signed-off-by: Israel Blancas <[email protected]>

Co-authored-by: Ruben Vargas <[email protected]>
  • Loading branch information
Israel Blancas and rubenvp8510 authored Nov 11, 2021
1 parent 55f5f01 commit 863caeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -380,16 +380,16 @@ prepare-e2e-tests: build docker build-assert-job
$(VECHO)mkdir -p tests/_build/crds

$(VECHO)cp deploy/service_account.yaml tests/_build/manifests/01-jaeger-operator.yaml
$(ECHO) "---" >> tests/_build/manifests/01-jaeger-operator.yaml
$(VECHO)echo "---" >> tests/_build/manifests/01-jaeger-operator.yaml

$(VECHO)cat deploy/role.yaml >> tests/_build/manifests/01-jaeger-operator.yaml
$(ECHO) "---" >> tests/_build/manifests/01-jaeger-operator.yaml
$(VECHO)echo "---" >> tests/_build/manifests/01-jaeger-operator.yaml

$(VECHO)cat deploy/cluster_role.yaml >> tests/_build/manifests/01-jaeger-operator.yaml
$(ECHO) "---" >> tests/_build/manifests/01-jaeger-operator.yaml
$(VECHO)echo "---" >> tests/_build/manifests/01-jaeger-operator.yaml

$(VECHO)${SED} "s~namespace: .*~namespace: jaeger-operator-system~gi" deploy/cluster_role_binding.yaml >> tests/_build/manifests/01-jaeger-operator.yaml
$(ECHO) "---" >> tests/_build/manifests/01-jaeger-operator.yaml
$(VECHO)echo "---" >> tests/_build/manifests/01-jaeger-operator.yaml

$(VECHO)${SED} "s~image: jaegertracing\/jaeger-operator\:.*~image: $(BUILD_IMAGE)~gi" deploy/operator.yaml >> tests/_build/manifests/01-jaeger-operator.yaml
$(VECHO)${SED} "s~imagePullPolicy: Always~imagePullPolicy: Never~gi" tests/_build/manifests/01-jaeger-operator.yaml -i
Expand Down

0 comments on commit 863caeb

Please sign in to comment.