diff --git a/charts/zalenium/values.yaml b/charts/zalenium/values.yaml index de11054b79..463dea4742 100644 --- a/charts/zalenium/values.yaml +++ b/charts/zalenium/values.yaml @@ -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