Skip to content

Commit

Permalink
Clarifying Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhf committed Apr 12, 2019
1 parent 3bbdff5 commit dbb2063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ This behavior is configurable, creating a configmap and indicating to use it. An

### Custom SecurityContext
By default Kubernetes will run containers as the user specified in the Dockerfile (or the root user if not specified), this is not always desirable.
If you need the containers to run as a specific user (e.g. you dont allow containers to run as root) then you can specify a custom `securityContext` in the
If you need the containers to run as a specific user (or provide any other PodSecurityContext options) then you can specify a custom `securityContext` in the
`redisfailover` object. See the [SecurityContext example file](example/redisfailover/security-context.yaml) for an example. Keys available under securityContext are detailed [here](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#podsecuritycontext-v1-core)

### Custom command
Expand Down

0 comments on commit dbb2063

Please sign in to comment.