diff --git a/e2e/utils.go b/e2e/utils.go index 3e36d47d4..22409730e 100644 --- a/e2e/utils.go +++ b/e2e/utils.go @@ -98,7 +98,7 @@ func getSecret(path string) (v1.Secret, error) { } // updateSecretForEncryption is an hack to update the secrets created by rook to -// include the encyption key +// include the encryption key // TODO in cephcsi we need to create own users in ceph cluster and use it for E2E. func updateSecretForEncryption(c kubernetes.Interface) error { secrets, err := c.CoreV1().Secrets(rookNamespace).Get(context.TODO(), rbdProvisionerSecretName, metav1.GetOptions{})