kube-slack
kube-slack copied to clipboard
Pod Security Policy compliant: runAsNonRoot
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
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?