Fix ui annotation test (#57)

This commit is contained in:
Jason O'Donnell 2019-09-23 00:44:25 -04:00 committed by GitHub
parent 3f5b0b7b7e
commit 8f382aab65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,7 @@ load _helpers
--set 'ui.annotations.foo=bar' \ --set 'ui.annotations.foo=bar' \
. | tee /dev/stderr | . | tee /dev/stderr |
yq -r '.metadata.annotations["foo"]' | tee /dev/stderr) yq -r '.metadata.annotations["foo"]' | tee /dev/stderr)
[ "${actual}" = "null" ] [ "${actual}" = "bar" ]
local actual=$(helm template \ local actual=$(helm template \
-x templates/ui-service.yaml \ -x templates/ui-service.yaml \