Skip to content

Commit

Permalink
Merge pull request kubecost#819 from kubecost/AjayTripathy-support-st…
Browse files Browse the repository at this point in the history
…artingDeadlineSeconds

support adding startingDeadlineSeconds
  • Loading branch information
AjayTripathy authored Mar 15, 2021
2 parents 4205661 + f464615 commit eef6c48
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 eef6c48

Please sign in to comment.