cleanup: correct typo in vault_tokens.go

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2021-04-21 14:26:54 +05:30 committed by mergify[bot]
parent 8fafc4256e
commit 074c937a08

View File

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