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 749edb4 commit ae0f7c5Copy full SHA for ae0f7c5
tests/templates/kuttl/logging/test_log_aggregation.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-DECISION_LOGS=$(kubectl logs service/test-opa -c opa | grep "decision_id");
+DECISION_LOGS=$(kubectl logs service/test-opa-server -c opa | grep "decision_id");
4
5
if [ -n "$DECISION_LOGS" ];
6
then
0 commit comments