mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-04-11 18:13:00 +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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// fetch the ConfigMap from the tanants namespace
|
// fetch the ConfigMap from the tenants namespace
|
||||||
c := NewK8sClient()
|
c := NewK8sClient()
|
||||||
cm, err := c.CoreV1().ConfigMaps(kms.Tenant).Get(context.TODO(),
|
cm, err := c.CoreV1().ConfigMaps(kms.Tenant).Get(context.TODO(),
|
||||||
kms.ConfigName, metav1.GetOptions{})
|
kms.ConfigName, metav1.GetOptions{})
|
||||||
|
Loading…
Reference in New Issue
Block a user