Skip to content

Commit

Permalink
support adding startingDeadlineSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayTripathy committed Mar 15, 2021
1 parent 7d54dd2 commit f464615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cost-analyzer/templates/cost-analyzer-checks-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
{{- else }}
schedule: "*/10 * * * *"
{{- end }}
{{- if .Values.kubecostChecks.startingDeadlineSeconds }}
startingDeadlineSeconds: {{ .Values.kubecostChecks.startingDeadlineSeconds }}
{{- end }}
jobTemplate:
metadata:
labels:
Expand Down

0 comments on commit f464615

Please sign in to comment.