Skip to content

Commit

Permalink
add back impersonate users/groups, list pods
Browse files Browse the repository at this point in the history
  • Loading branch information
mxyng committed Oct 15, 2021
1 parent c88c9f2 commit fae0f02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions helm/charts/engine/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ metadata:
labels:
{{- include "engine.labels" . | nindent 4 }}
rules:
- apiGroups: [""]
resources:
- users
- groups
verbs:
- impersonate
- apiGroups: [""]
resources:
- pods
verbs:
- list
- apiGroups: [""]
resources:
- services
Expand Down

0 comments on commit fae0f02

Please sign in to comment.