diff --git a/helper/util.go b/helper/util.go index b4b6493..494b3f7 100644 --- a/helper/util.go +++ b/helper/util.go @@ -34,7 +34,7 @@ func GetVaultIPsFromLabelSelectors(vaultPool *types.VaultPool) { log.Infof("Finalized pods discovery process with label selector. Obtained the IP Address %v", reflect.ValueOf(globals.VaultIPList).MapKeys()) } - log.Printf("Vault Pool data at the end of GetVault IPs %v", reflect.ValueOf(vaultPool.VaultBackends).MapKeys()) + log.Printf("Vault Pool data at the end of GetVault IPs %v", reflect.ValueOf(&vaultPool.VaultBackends).MapKeys()) } // GetAttemptsFromContext returns the attempts for a request