node user with uid and gid 1000.
If you want to change them, create a custom image with following commands:
Dockerfile
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
- Extending deployment image - Build a custom Dockerfile from the agent base image.
- Custom/optional configuration - Reference
strictSecurityContextand security Helm values. - Self-hosted Kubernetes agent - Apply your custom image in the Helm install command.