Merge pull request #37155 from Arhell/en-fix-typo

[en] fix typo secrets-good-practices.md
pull/36850/head
Kubernetes Prow Robot 2022-10-04 15:46:00 -07:00 committed by GitHub
commit f12322fe98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ also follow the other guidelines in
privileged, system-level components. Only grant `get` access for Secrets if
the component's normal behavior requires it.
- **Humans**: Restrict `get`, `watch`, or `list` access to Secrets. Only allow
cluster admistrators to access `etcd`. This includes read-only access. For
cluster administrators to access `etcd`. This includes read-only access. For
more complex access control, such as restricting access to Secrets with
specific annotations, consider using third-party authorization mechanisms.