ssl_exporter
ssl_exporter copied to clipboard
Set numeric user to comply runAsNonRoot k8s policy
When in k8s, container has runAsNonRoot
policy and image has non-numeric user (nobody), then the deployment will fail as it cannot verify user is non-root.
Fixed #102
Signed-off-by: Julio Damasceno [email protected]