diff --git a/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/templates/job-ceph-pools-audit.yaml b/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/templates/job-ceph-pools-audit.yaml index eff2d4f..40376ed 100644 --- a/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/templates/job-ceph-pools-audit.yaml +++ b/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/templates/job-ceph-pools-audit.yaml @@ -1,6 +1,6 @@ {{/* # -# Copyright (c) 2019 Wind River Systems, Inc. +# Copyright (c) 2020 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # @@ -31,6 +31,7 @@ spec: successfulJobsHistoryLimit: {{ .Values.jobs.job_ceph_pools_audit.history.success }} failedJobsHistoryLimit: {{ .Values.jobs.job_ceph_pools_audit.history.failed }} concurrencyPolicy: Forbid + startingDeadlineSeconds: {{ .Values.jobs.job_ceph_pools_audit.startingDeadlineSeconds }} jobTemplate: metadata: name: "{{$envAll.Release.Name}}" diff --git a/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml b/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml index f255d00..62b6b96 100644 --- a/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml +++ b/stx-platform-helm/stx-platform-helm/helm-charts/ceph-pools-audit/values.yaml @@ -52,6 +52,7 @@ dependencies: jobs: job_ceph_pools_audit: cron: "*/5 * * * *" + startingDeadlineSeconds: 200 history: success: 3 failed: 1