Open pierluigilenoci opened 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
willwill/kube-slack:v4.2.0
container has runAsNonRoot and image has non-numeric user (kube-slack), cannot verify user is non-root
I also made this change in helm chart to circumvent the problem https://github.com/helm/charts/pull/21967
@whs could you please take a look?
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