Fix use of wrong var

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
This commit is contained in:
Sylvain Rabot 2021-07-13 17:41:23 +02:00
parent c23771170a
commit 517b46cf1d
No known key found for this signature in database
GPG Key ID: 13D27DFB503A8D91
1 changed files with 1 additions and 1 deletions

View File

@ -190,5 +190,5 @@ func createPrometheusLabelKeysValues(prefix string, allKubeData map[string]strin
}
}
}
return kubeMapToPrometheusLabels(prefix, allKubeData)
return kubeMapToPrometheusLabels(prefix, allowedKubeData)
}