From ce828ccf2854f861c7f043ea624f922f1995c954 Mon Sep 17 00:00:00 2001 From: marco aeppli Date: Tue, 28 Oct 2025 12:32:18 +0100 Subject: [PATCH] Fix typo in iscsi.go comment: provideded -> provided --- pkg/volume/iscsi/iscsi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/iscsi/iscsi.go b/pkg/volume/iscsi/iscsi.go index 1d43db1857e..39daacb3901 100644 --- a/pkg/volume/iscsi/iscsi.go +++ b/pkg/volume/iscsi/iscsi.go @@ -631,7 +631,7 @@ func createSecretMap(spec *volume.Spec, plugin *iscsiPlugin, namespace string) ( } if len(secretName) > 0 && len(secretNamespace) > 0 { - // if secret is provideded, retrieve it + // if secret is provided, retrieve it kubeClient := plugin.host.GetKubeClient() if kubeClient == nil { return nil, fmt.Errorf("cannot get kube client")