Skip to content

Commit

Permalink
Fix pod template
Browse files Browse the repository at this point in the history
  • Loading branch information
knabben-mms committed Aug 27, 2024
1 parent 5f2e0c9 commit 3f3f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/application/templates/_podTemplate.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ spec:
failureThreshold: {{ $.Values.readinessProbe.failureThreshold }}
timeoutSeconds: {{ $.Values.readinessProbe.timeoutSeconds }}
{{- end }}
{{- if or $s.lifecycle.postStart $s.lifecycle.preStop }}
{{- if or $s.lifecycle $s.lifecycle.postStart $s.lifecycle.preStop }}
lifecycle:
{{- if $s.lifecycle.postStart }}
postStart:
Expand Down

0 comments on commit 3f3f9e1

Please sign in to comment.