Skip to content

Commit ce4f2e4

Browse files
committed
some more local variable declaration
1 parent 5c9e046 commit ce4f2e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e-tests/functions

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,9 @@ check_passwords_leak() {
12951295
echo pods=$pods
12961296

12971297
collect_logs() {
1298+
local containers
1299+
local count
1300+
12981301
NS=$1
12991302
for p in $pods; do
13001303
containers=$(kubectl_bin -n "$NS" get pod $p -o jsonpath='{.spec.containers[*].name}')

0 commit comments

Comments
 (0)