Skip to content

Commit

Permalink
Fix roles (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jun 24, 2024
1 parent 4deffca commit b1ebcfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion plural/helm/plural/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: plural
description: A helm chart for installing plural
appVersion: 0.11.4
version: 0.10.85
version: 0.10.86
dependencies:
- name: hydra
version: 0.26.5
Expand Down
2 changes: 0 additions & 2 deletions plural/helm/plural/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: plural-role
labels:
{{ include "plural.labels" . | indent 4 }}
spec:
rules:
- apiGroups: [""]
resources: ["endpoints", "pods"]
Expand All @@ -19,7 +18,6 @@ metadata:
name: plural-shell-role
labels:
{{ include "plural.labels" . | indent 4 }}
spec:
rules:
- apiGroups: [""]
resources: ["pods", "pods/exec", "pods/status"]
Expand Down

0 comments on commit b1ebcfa

Please sign in to comment.