We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f17b7 commit 9c41394Copy full SHA for 9c41394
pkg/health/health_test.go
@@ -103,6 +103,7 @@ func TestPod(t *testing.T) {
103
assertAppHealth(t, "./testdata/pod-error.yaml", HealthStatusDegraded)
104
assertAppHealth(t, "./testdata/pod-running-restart-always.yaml", HealthStatusHealthy)
105
assertAppHealth(t, "./testdata/pod-running-restart-never.yaml", HealthStatusProgressing)
106
+ assertAppHealth(t, "./testdata/pod-running-restart-never-with-ignore-annotation.yaml", HealthStatusHealthy)
107
assertAppHealth(t, "./testdata/pod-running-restart-onfailure.yaml", HealthStatusProgressing)
108
assertAppHealth(t, "./testdata/pod-failed.yaml", HealthStatusDegraded)
109
assertAppHealth(t, "./testdata/pod-succeeded.yaml", HealthStatusHealthy)
0 commit comments