Skip to content

Commit

Permalink
Update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Jul 29, 2024
1 parent 291600b commit a0d447b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/memgraph/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
command: ["/bin/sh", "-c"]
args:
- |
echo "RETURN 0;" | mgconsole --username memgraph --password memgraph --host {{ include "memgraph.fullname" . }} --port 7688
echo "Running test connection to Memgraph";
echo "RETURN 0;" | mgconsole --username memgraph --password memgraph --host {{ include "memgraph.fullname" . }} --port 7687;
restartPolicy: Never
backoffLimit: 4

0 comments on commit a0d447b

Please sign in to comment.