Fix the injector deployment unit test (#212)

Set namespace manually, so the test service will have a known
namespace.
This commit is contained in:
Theron Voran 2020-02-21 11:39:41 -08:00 committed by GitHub
parent 088331f246
commit 2b0d91d614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,6 +177,7 @@ load _helpers
local object=$(helm template \
--show-only templates/injector-deployment.yaml \
--release-name not-external-test \
--namespace default \
. | tee /dev/stderr |
yq -r '.spec.template.spec.containers[0].env' | tee /dev/stderr)