mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
cleanup: correct typo in vault_tokens.go
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
8fafc4256e
commit
074c937a08
@ -464,7 +464,7 @@ func (kms *VaultTokensKMS) parseTenantConfig() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// fetch the ConfigMap from the tanants namespace
|
||||
// fetch the ConfigMap from the tenants namespace
|
||||
c := NewK8sClient()
|
||||
cm, err := c.CoreV1().ConfigMaps(kms.Tenant).Get(context.TODO(),
|
||||
kms.ConfigName, metav1.GetOptions{})
|
||||
|
Loading…
Reference in New Issue
Block a user