wongnai / kube-slack

Kubernetes Slack Monitoring
MIT License
322 stars 58 forks source link

Pod Security Policy compliant: runAsNonRoot #65

Open pierluigilenoci opened 4 years ago

pierluigilenoci commented 4 years ago

If you try to run willwill/kube-slack:v4.2.0 in a k8s with Pod Security Policy you get this error: container has runAsNonRoot and image has non-numeric user (kube-slack), cannot verify user is non-root

pierluigilenoci commented 4 years ago

I also made this change in helm chart to circumvent the problem https://github.com/helm/charts/pull/21967

pierluigilenoci commented 4 years ago

@whs could you please take a look?