Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/pod-reaper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
description: A Helm chart for pod-reaper
name: pod-reaper
home: https://github.com/target/pod-reaper
version: 0.2.4
version: 0.2.5
appVersion: 1.1.2
2 changes: 1 addition & 1 deletion charts/pod-reaper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for pod-reaper

![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square)
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![AppVersion: 1.1.2](https://img.shields.io/badge/AppVersion-1.1.2-informational?style=flat-square)

## Configuring Pod Reaper

Expand Down
12 changes: 0 additions & 12 deletions charts/pod-reaper/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ rules:
- delete
- get
- list
- apiGroups:
- extensions
attributeRestrictions: null
resources:
- deployments
- deployments/scale
- replicasets
- replicasets/scale
verbs:
- delete
- get
- list

---
# binding the above cluster role (permissions) to the above service account
Expand Down