Skip to content

Commit b1ebcfa

Browse files
Fix roles (#1318)
1 parent 4deffca commit b1ebcfa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

plural/helm/plural/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: plural
33
description: A helm chart for installing plural
44
appVersion: 0.11.4
5-
version: 0.10.85
5+
version: 0.10.86
66
dependencies:
77
- name: hydra
88
version: 0.26.5

plural/helm/plural/templates/rbac.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
name: plural-role
55
labels:
66
{{ include "plural.labels" . | indent 4 }}
7-
spec:
87
rules:
98
- apiGroups: [""]
109
resources: ["endpoints", "pods"]
@@ -19,7 +18,6 @@ metadata:
1918
name: plural-shell-role
2019
labels:
2120
{{ include "plural.labels" . | indent 4 }}
22-
spec:
2321
rules:
2422
- apiGroups: [""]
2523
resources: ["pods", "pods/exec", "pods/status"]

0 commit comments

Comments
 (0)