ribbybibby / ssl_exporter

Exports Prometheus metrics for TLS certificates
Apache License 2.0
504 stars 95 forks source link

Set numeric user to comply runAsNonRoot k8s policy #103

Open xjulio opened 2 years ago

xjulio commented 2 years ago

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 xjulio@gmail.com