Skip to content

Commit

Permalink
[fix] - am
Browse files Browse the repository at this point in the history
Signed-off-by: Hélia Barroso <[email protected]>
  • Loading branch information
heliapb committed Nov 20, 2024
1 parent 937478a commit b871bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/analyzers/alertmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func checkAlertmanagerSecret(ctx context.Context, clientSets *k8sutil.ClientSets
}
_, found := alertmanagerSecret.Data[secretData]
if !found {
return fmt.Errorf("alertmanager.yaml key not found in Secret %s", secretName)
return fmt.Errorf("the %s key not found in Secret %s", secretData, secretName)
}
return nil
}

0 comments on commit b871bee

Please sign in to comment.