We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cefd3 commit 9c4f628Copy full SHA for 9c4f628
README.md
@@ -110,7 +110,7 @@ which includes:
110
111
- **Namespace**: `deployment-tracker`
112
- **ServiceAccount**: Identity for the controller pod
113
-- **ClusterRole**: Minimal permissions (`get`, `list`, `watch` on pods; `get` on other supported objects)
+- **ClusterRole**: Minimal permissions (`get`, `list`, `watch` on pods and deployments; `get` on other supported objects)
114
- **ClusterRoleBinding**: Binds the ServiceAccount to the ClusterRole
115
- **Deployment**: Runs the controller with security hardening
116
0 commit comments