Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from appuio/fix/roles
Browse files Browse the repository at this point in the history
Improvements after first rollouts
  • Loading branch information
hansmi authored Nov 20, 2018
2 parents 22abd12 + 381a193 commit b3e5501
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Allow pruner to clean up deployment pods
- Allow jobs to re-run on failures

## [2.0.0] - 2018-11-19
### Added
Expand Down
3 changes: 1 addition & 2 deletions files/appuio-pruner-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ objects:
spec:
activeDeadlineSeconds: 7200
completions: 1
# Don't retry failed executions
backoffLimit: 0
backoffLimit: 2
template:
metadata:
labels:
Expand Down
5 changes: 5 additions & 0 deletions files/appuio-pruner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ objects:
verbs:
- list
- delete
- apiGroups: []
resources:
- pods
verbs:
- delete

- apiVersion: authorization.openshift.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit b3e5501

Please sign in to comment.