mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
e2e: correct typo in encryption string
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
5ac3f1e29e
commit
dc4da25a30
@ -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{})
|
||||
|
Loading…
Reference in New Issue
Block a user