diff --git a/main.go b/main.go index f69a5c57..54e15520 100644 --- a/main.go +++ b/main.go @@ -209,7 +209,6 @@ func convertSecretsToVolumeMounts(client clientset.Interface, pod *v1.Pod) { } copySecretsToDisk(client, secretName, basePath) v.Secret = nil - break } } }