Skip to content

Commit

Permalink
Merge pull request #166 from Icinga/fix-icinga-state-typo
Browse files Browse the repository at this point in the history
Fix icinga state typo
  • Loading branch information
lippserd authored Jan 16, 2025
2 parents ca5c5cb + 8991a13 commit db146f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/schema/v1/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func (p *Pod) getIcingaState(pod *kcorev1.Pod) (IcingaState, string) {
state, reasons := collectContainerStates(p)

return state, fmt.Sprintf(
"Pod %s/%s has failed as all its containers have been termianted and will not be restarted.\n%s",
"Pod %s/%s has failed as all its containers have been terminated and will not be restarted.\n%s",
pod.Namespace,
pod.Name,
reasons)
Expand Down

0 comments on commit db146f5

Please sign in to comment.