Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
podSecurityContext.runAsUser needs to be nulled as well for Openshift (
Browse files Browse the repository at this point in the history
  • Loading branch information
mephinet authored and jmlrt committed Jun 23, 2020
1 parent fb24942 commit 2d81e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch/examples/openshift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ securityContext:

podSecurityContext:
fsGroup: null
runAsUser: null

sysctlInitContainer:
enabled: false

0 comments on commit 2d81e25

Please sign in to comment.