see https://github.com/cloudfoundry/cf-for-k8s/issues/483#issue-711800977 for context about what all was broken by having a hardcoded UID. In short, containers that were built to run with non-2000 UIDs will not run. runAsNonRoot should prevent users from running as UID 0, giving them root on the host.
see https://github.com/cloudfoundry/cf-for-k8s/issues/483#issue-711800977 for context about what all was broken by having a hardcoded UID. In short, containers that were built to run with non-2000 UIDs will not run. runAsNonRoot should prevent users from running as UID 0, giving them root on the host.