diff options
| author | Sen Lu <senlu@google.com> | 2016-12-21 11:31:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-21 11:31:48 -0800 |
| commit | f14118d874ccbe6d88ed7ae797ad2b8ba2719a5e (patch) | |
| tree | 917b123ea235725b7ed258ef5154945cfbceeb94 | |
| parent | 9ab40ce341b80400a2e7986458b7e36246def02a (diff) | |
| parent | 641e4719a6ef96b7f874dfe199a711c252cd6b81 (diff) | |
Merge pull request #219 from EnergyLiYN/kube-b4
The article is not correct
| -rw-r--r-- | contributors/design-proposals/service_accounts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/service_accounts.md b/contributors/design-proposals/service_accounts.md index 89a3771b..79902140 100644 --- a/contributors/design-proposals/service_accounts.md +++ b/contributors/design-proposals/service_accounts.md @@ -112,7 +112,7 @@ another, and another, until its behavior cannot be attributed to a single human. **TODO**: consider getting rid of separate serviceAccount object and just rolling its parts into the SecurityContext or Pod Object. -The `secrets` field is a list of references to /secret objects that an process +The `secrets` field is a list of references to /secret objects that a process started as that service account should have access to be able to assert that role. |
