Skip to content

Commit

Permalink
Merge pull request #1618 from h2oai/robin/set_podSecurityContedxt_null
Browse files Browse the repository at this point in the history
set podSecurityContext to null, so umbrella can overwrite on openshift
  • Loading branch information
robinliubin authored May 16, 2024
2 parents 7179910 + f4f0af5 commit c3f951d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helm/h2ogpt-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ h2ogpt:

podSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
runAsUser:
runAsGroup:
fsGroup:

securityContext:
runAsNonRoot: true
Expand Down Expand Up @@ -177,9 +177,9 @@ vllm:

podSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
runAsUser:
runAsGroup:
fsGroup:

securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit c3f951d

Please sign in to comment.