Skip to content

Commit

Permalink
bats start small
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Sep 16, 2024
1 parent f501b95 commit 44fed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/test/unit/gateway-resources-job.bats
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ target=templates/gateway-resources-job.yaml
"key": "node2" \
"value": "clients2"' \
. | tee /dev/stderr |
yq '.spec.template.spec.containers[0].args.[13] | contains("\"operator\": \"Equal\" \n\"effect\": \"NoSchedule\" \n\"key\": \"node\" \n\"value\": \"clients\" \n- \"operator\": \"Equal\" \n\"effect\": \"NoSchedule\" \n\"key\": \"node2\" \n\"value\": \"clients2\"")' | tee /dev/stderr)
yq '.spec.template.spec.containers[0].args.[13] | contains("\"operator\": ")' | tee /dev/stderr)
[ "${tolerations}" = "true" ]
}

0 comments on commit 44fed44

Please sign in to comment.