We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b81f8 commit 9080de7Copy full SHA for 9080de7
hack/e2e/test.sh
@@ -216,7 +216,7 @@ set +o pipefail
216
kubectl logs deployments/venafi-kubernetes-agent \
217
--follow \
218
--namespace venafi \
219
- | timeout 60 jq 'if .msg | test("Data sent successfully") then . | halt_error(0) end'
+ | timeout 60 jq 'try (if .msg | test("Data sent successfully") then . | halt_error(0) end) catch .'
220
set -o pipefail
221
222
# Create a unique TLS Secret and wait for it to appear in the Venafi certificate
0 commit comments