goharbor/harbor-helm

Support for Security contexts in values.yaml

Maven35 opened this issue · 2 comments

really need to be able to set security contexts so that i can enforce not running processes with UID 0, for harbor core it starts up with a UID 0 process. is there anything coming soon to be able to support this.

But harbor core is not set to run with UID 0 , it has a hardcoded securityContext:

securityContext:
  runAsUser: 10000
  fsGroup: 10000

Even if you could change this, it would probably result in broken permissions