Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: fix ServiceAccount name inconsistency in ManifestWork executor …
…example

Fixed the ServiceAccount name from "default/executor" to "default/executor1"
in the Dynamic identity authorization section to match the YAML example.

🤖 Generated with Claude Code

Co-Authored-By: Claude <[email protected]>
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 and claude committed Nov 28, 2025
commit 412a88cb9caf215d8b0190a3ec98d1a694829218
2 changes: 1 addition & 1 deletion content/en/docs/concepts/work-distribution/manifestwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ The executor subject feature(introduced in release `0.9.0`) provides a way to cl
takes effect so that we can explicitly check whether the executor has sufficient permission in the managed cluster.

The following example clarifies the owner "executor1" of the `ManifestWork`, so before the work-agent applies the
"default/test" `ConfigMap` to the managed cluster, it will first check whether the `ServiceAccount` "default/executor"
"default/test" `ConfigMap` to the managed cluster, it will first check whether the `ServiceAccount` "default/executor1"
has the permission to apply this `ConfigMap`

```yaml
Expand Down