From 074c937a08f95321d6942c6263036bb5e2ba49d1 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 21 Apr 2021 14:26:54 +0530 Subject: [PATCH] cleanup: correct typo in vault_tokens.go Signed-off-by: Humble Chirammal --- internal/util/vault_tokens.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/vault_tokens.go b/internal/util/vault_tokens.go index 31c62e7de..9ac1800ce 100644 --- a/internal/util/vault_tokens.go +++ b/internal/util/vault_tokens.go @@ -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{})