Skip to content

Commit d9f7bb0

Browse files
authored
Merge pull request #37225 from Arhell/zh-fix-typo
[zh] fix typo secrets-good-practices.md
2 parents 157eb7a + 6d36e84 commit d9f7bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/security/secrets-good-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ also follow the other guidelines in
7777
privileged, system-level components. Only grant `get` access for Secrets if
7878
the component's normal behavior requires it.
7979
- **Humans**: Restrict `get`, `watch`, or `list` access to Secrets. Only allow
80-
cluster admistrators to access `etcd`. This includes read-only access. For
80+
cluster administrators to access `etcd`. This includes read-only access. For
8181
more complex access control, such as restricting access to Secrets with
8282
specific annotations, consider using third-party authorization mechanisms.
8383
-->

0 commit comments

Comments
 (0)