Skip to content

Commit

Permalink
some more local variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ptankov committed Oct 2, 2023
1 parent 5c9e046 commit ce4f2e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e-tests/functions
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,9 @@ check_passwords_leak() {
echo pods=$pods

collect_logs() {
local containers
local count

NS=$1
for p in $pods; do
containers=$(kubectl_bin -n "$NS" get pod $p -o jsonpath='{.spec.containers[*].name}')
Expand Down

0 comments on commit ce4f2e4

Please sign in to comment.