Skip to content

Commit

Permalink
give srep the watch perm
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Nov 30, 2023
1 parent bcb0a5c commit 7e3a453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argo/cluster/misc/users/chart/clusterrolebindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "create", "delete"]
verbs: ["get", "create", "delete", "watch"]
- apiGroups: [""]
resources: ["pods/exec"]
verbs: ["create"]
Expand Down

0 comments on commit 7e3a453

Please sign in to comment.