Merge pull request #7836 from pmorie/security-context-doc

Fix link to service accounts doc in security context doc
This commit is contained in:
Maxwell Forbes 2015-05-06 08:38:50 -07:00
commit 390f269272

View File

@ -32,7 +32,7 @@ Processes in pods will need to have consistent UID/GID/SELinux category labels i
* The concept of a security context should not be tied to a particular security mechanism or platform
(ie. SELinux, AppArmor)
* Applying a different security context to a scope (namespace or pod) requires a solution such as the one proposed for
[service accounts](https://github.com/GoogleCloudPlatform/kubernetes/pull/2297).
[service accounts](./service_accounts.md).
## Use Cases