Skip to content

Commit

Permalink
Fix RWL permissions for replicasets/deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
lnsp authored Nov 15, 2019
1 parent 5967851 commit 4ce9404
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions manifests/slack-informer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ metadata:
name: crash-informer
namespace: default
rules:
- apiGroups: ["", "apps"]
resources: ["pods", "pods/log", "replicationcontrollers", "replicasets", "deployments"]
- apiGroups: [""]
resources: ["pods", "pods/log", "replicationcontrollers"]
verbs: ["get", "watch", "list"]
- apiGroups: ["apps", "extensions"]
resources: ["replicasets", "deployments"]
verbs: ["get", "watch", "list"]
---
apiVersion: v1
Expand Down

0 comments on commit 4ce9404

Please sign in to comment.