Skip to content

Commit 974a68d

Browse files
author
lamai93
committed
Copy pasta fixed.
1 parent 1beed1a commit 974a68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployment/resources/pod_creator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ func (r *Resources) createReadinessProbe(spec api.DeploymentSpec, group api.Serv
407407

408408
if groupspec.HasProbesSpec() {
409409
probesspec := groupspec.GetProbesSpec()
410-
if probesspec.IsLivenessProbeDisabled() {
410+
if probesspec.IsReadinessProbeDisabled() {
411411
return nil, nil
412412
}
413413
}

0 commit comments

Comments
 (0)