Skip to content

Commit

Permalink
Disable startProbe on "okteto up" (#1159)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chico de Guzman <pchico83@gmail.com>
  • Loading branch information
pchico83 committed Nov 11, 2020
1 parent de643cc commit 10af6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/k8s/deployments/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func TranslateDevContainer(c *apiv1.Container, rule *model.TranslationRule) {
if !rule.Healthchecks {
c.ReadinessProbe = nil
c.LivenessProbe = nil
c.StartupProbe = nil
}

TranslateResources(c, rule.Resources)
Expand Down

0 comments on commit 10af6dd

Please sign in to comment.