Skip to content

Commit

Permalink
Merge pull request #43 from oybed/project-prune-fix
Browse files Browse the repository at this point in the history
Fixing int32/int64 issues on re-apply
  • Loading branch information
pabrahamsson authored Aug 13, 2019
2 parents 188c9db + 289b14a commit 5fb9434
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobs/cronjob-prune-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ objects:
labels:
template: cronjob-prune-projects
spec:
completionDeadlineSeconds: "1800"
completionDeadlineSeconds: 1800
output:
to:
kind: ImageStreamTag
Expand Down Expand Up @@ -52,8 +52,8 @@ objects:
spec:
schedule: "${SCHEDULE}"
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: "${SUCCESS_JOBS_HISTORY_LIMIT}"
failedJobsHistoryLimit: "${FAILED_JOBS_HISTORY_LIMIT}"
successfulJobsHistoryLimit: "${{SUCCESS_JOBS_HISTORY_LIMIT}}"
failedJobsHistoryLimit: "${{FAILED_JOBS_HISTORY_LIMIT}}"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 5fb9434

Please sign in to comment.