From dc4da25a304a5ca12f413ffb1b2bafb0dd1c1681 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 20 Oct 2020 15:22:22 +0530 Subject: [PATCH] e2e: correct typo in encryption string Signed-off-by: Humble Chirammal --- e2e/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{})