From 4f23643d06b2d435093df711f7fd8ab260fb1435 Mon Sep 17 00:00:00 2001 From: Ante Javor Date: Wed, 24 Apr 2024 15:53:15 +0200 Subject: [PATCH] Update test. --- charts/memgraph/templates/tests/test-connection.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/memgraph/templates/tests/test-connection.yaml b/charts/memgraph/templates/tests/test-connection.yaml index 76f7d42..8ac55c5 100644 --- a/charts/memgraph/templates/tests/test-connection.yaml +++ b/charts/memgraph/templates/tests/test-connection.yaml @@ -18,3 +18,4 @@ spec: echo "RETURN 0;" | mgconsole --host {{ include "memgraph.fullname" . }} --port 7687 restartPolicy: Never backoffLimit: 4 + \ No newline at end of file