From f46461530dead038757b272011bba8d1f5bc4592 Mon Sep 17 00:00:00 2001 From: Ajay Tripathy <4tripathy@gmail.com> Date: Mon, 15 Mar 2021 12:04:29 -0700 Subject: [PATCH] support adding startingDeadlineSeconds --- cost-analyzer/templates/cost-analyzer-checks-template.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cost-analyzer/templates/cost-analyzer-checks-template.yaml b/cost-analyzer/templates/cost-analyzer-checks-template.yaml index a65a6ee8e..ea8a6f3e6 100644 --- a/cost-analyzer/templates/cost-analyzer-checks-template.yaml +++ b/cost-analyzer/templates/cost-analyzer-checks-template.yaml @@ -17,6 +17,9 @@ spec: {{- else }} schedule: "*/10 * * * *" {{- end }} + {{- if .Values.kubecostChecks.startingDeadlineSeconds }} + startingDeadlineSeconds: {{ .Values.kubecostChecks.startingDeadlineSeconds }} + {{- end }} jobTemplate: metadata: labels: