e2e: correct typo in encryption string

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2020-10-20 15:22:22 +05:30 committed by mergify[bot]
parent 5ac3f1e29e
commit dc4da25a30

View File

@ -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{})