mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-18 16:34:31 +00:00
chore: improve codebase and doc quality (#922)
* chore(prometheus integration): fix mispelling Signed-off-by: r3drun3 <simone.ragonesi@sighup.io> * docs(readme): add badges to improve doc quality Signed-off-by: r3drun3 <simone.ragonesi@sighup.io> --------- Signed-off-by: r3drun3 <simone.ragonesi@sighup.io>
This commit is contained in:
@@ -122,7 +122,7 @@ func findPrometheusPodConfigs(ctx context.Context, client kubernetes.Interface,
|
||||
var configCache = make(map[string]bool)
|
||||
|
||||
for _, pod := range pods {
|
||||
// Extract volume of Promethues config.
|
||||
// Extract volume of Prometheus config.
|
||||
volume, key, err := findPrometheusConfigVolumeAndKey(ctx, client, &pod)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user