Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit f226b70

Browse files
ericchiangderekparker
authored andcommitted
cmd/checkpoint: remove break statement from secret checkpoint loop (#147)
1 parent f262ce1 commit f226b70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/checkpoint/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ func convertSecretsToVolumeMounts(client clientset.Interface, pod *v1.Pod) {
209209
}
210210
copySecretsToDisk(client, secretName, basePath)
211211
v.Secret = nil
212-
break
213212
}
214213
}
215214
}

0 commit comments

Comments
 (0)