Fix ui annotation test (#57)
This commit is contained in:
parent
3f5b0b7b7e
commit
8f382aab65
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ load _helpers
|
|||
--set 'ui.annotations.foo=bar' \
|
||||
. | tee /dev/stderr |
|
||||
yq -r '.metadata.annotations["foo"]' | tee /dev/stderr)
|
||||
[ "${actual}" = "null" ]
|
||||
[ "${actual}" = "bar" ]
|
||||
|
||||
local actual=$(helm template \
|
||||
-x templates/ui-service.yaml \
|
||||
|
|
Loading…
Reference in a new issue