Skip to content

Commit 9c4f628

Browse files
committed
clarify ClusterRole permission reqs in README
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent f8cefd3 commit 9c4f628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ which includes:
110110

111111
- **Namespace**: `deployment-tracker`
112112
- **ServiceAccount**: Identity for the controller pod
113-
- **ClusterRole**: Minimal permissions (`get`, `list`, `watch` on pods; `get` on other supported objects)
113+
- **ClusterRole**: Minimal permissions (`get`, `list`, `watch` on pods and deployments; `get` on other supported objects)
114114
- **ClusterRoleBinding**: Binds the ServiceAccount to the ClusterRole
115115
- **Deployment**: Runs the controller with security hardening
116116

0 commit comments

Comments
 (0)