Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Add empty default value for podSecurityContext and containerSecurityC…
Browse files Browse the repository at this point in the history
…ontext (#1016)

Co-Authored-By: Pirmin Schuermann <[email protected]>
  • Loading branch information
2 people authored and diemol committed Jul 22, 2019
1 parent 4f480df commit 750ef9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/zalenium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ hub:
## Pod Security Context
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
## in case it is running outside openshift, this should fix this https://github.com/zalando/zalenium/issues/631
podSecurityContext:
podSecurityContext: {}
## See all the options here https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#podsecuritycontext-v1-core
# fsGroup: 1000
# runAsUser: 1000
# runAsGroup: 1000

## Container Security Context
containerSecurityContext:
containerSecurityContext: {}
## See all the options here https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.15/#securitycontext-v1-core
# capabilities: []
# privileged: false
Expand Down

0 comments on commit 750ef9a

Please sign in to comment.