Skip to main content
Our default image use node user with uid and gid 1000. If you want to change them, create a custom image with following commands:
Dockerfile
When installing the agent add runAsUser and runAsGroup to helm values.customer.yml, not that strictSecurityContext must also be enabled to modify the uid and gid.
values.customer.yaml

Next steps