Skip to content

Commit

Permalink
fix misspelled word overriden to overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
Xingcai Zhang committed Oct 23, 2017
1 parent ff637fb commit e4a0208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributors/design-proposals/apps/stateful-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Requested features:
* Jobs can be used to perform a run-once initialization of the cluster
* Init containers can be used to prime PVs and config with the identity of the pod.
* Templates and how fields are overriden in the resulting object should have broad alignment
* Templates and how fields are overridden in the resulting object should have broad alignment
* DaemonSet defines the core model for how new controllers sit alongside replication controller and
how upgrades can be implemented outside of Deployment objects.
Expand Down
2 changes: 1 addition & 1 deletion contributors/design-proposals/auth/runas-groupid.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ As a Kubernetes User, we should be able to specify both user id and group id for
inside a pod on a per Container basis, similar to how docker allows that using docker run options `-u,
--user="" Username or UID (format: <name|uid>[:<group|gid>]) format`.

PodSecurityContext allows Kubernetes users to specify RunAsUser which can be overriden by RunAsUser
PodSecurityContext allows Kubernetes users to specify RunAsUser which can be overridden by RunAsUser
in SecurityContext on a per Container basis. There is no equivalent field for specifying the primary
Group of the running container.

Expand Down

0 comments on commit e4a0208

Please sign in to comment.