Skip to content

Commit

Permalink
Fix link to service accounts doc in security context doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed May 6, 2015
1 parent ff2913c commit 24906a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 24906a0

Please sign in to comment.