Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

umbrella podSecurityContext null values are always overwritten by sub-chart default values #1616

Closed
robinliubin opened this issue May 14, 2024 · 0 comments

Comments

@robinliubin
Copy link
Contributor

robinliubin commented May 14, 2024

when install on openshift using umbrella chart.
umbrella can NOT nullify podSecurityContext, if set to null, it will be override by h2oGPT default values.

details in: https://github.com/h2oai/platform-charts/issues/260

need to set below values to empty, not default 1000:

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

to

  podSecurityContext:
    runAsNonRoot: true
    runAsUser:
    runAsGroup:
    fsGroup:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant