Helm deploys scanner as user:group 10000:10000
I recently deployed using the GoHarbor helm chart and the adapter was unable to start successfully due to permissions on the /home/scanner/.cache* folder. The stateful set created by the helm chart uses uid:gid of 10000:10000.
Can this repo be modified for that user or is there another approach typically used by the P1 team for things like this? Is there hesitance to use anything other than uid 1000 or is that just the default and can be changed as needed/desired?
Thanks, Ed