h2oai / h2ogpt

Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://codellama.h2o.ai/

Home Page:http://h2o.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

robinliubin opened this issue · comments

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: