charts: Add pods/exec permission (#694)

This commit is contained in:
Emre Hasegeli 2019-10-23 10:22:23 +01:00 committed by Felix Kunde
parent 6e682fd6b5
commit b738283f6f
2 changed files with 12 additions and 0 deletions

View File

@ -87,6 +87,12 @@ rules:
- list - list
- watch - watch
- patch - patch
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
- apiGroups: - apiGroups:
- "" - ""
resources: resources:

View File

@ -88,6 +88,12 @@ rules:
- list - list
- watch - watch
- patch - patch
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
- apiGroups: - apiGroups:
- "" - ""
resources: resources: