Fix the injector deployment unit test (#212)
Set namespace manually, so the test service will have a known namespace.
This commit is contained in:
parent
088331f246
commit
2b0d91d614
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ load _helpers
|
||||||
local object=$(helm template \
|
local object=$(helm template \
|
||||||
--show-only templates/injector-deployment.yaml \
|
--show-only templates/injector-deployment.yaml \
|
||||||
--release-name not-external-test \
|
--release-name not-external-test \
|
||||||
|
--namespace default \
|
||||||
. | tee /dev/stderr |
|
. | tee /dev/stderr |
|
||||||
yq -r '.spec.template.spec.containers[0].env' | tee /dev/stderr)
|
yq -r '.spec.template.spec.containers[0].env' | tee /dev/stderr)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue