The `job/gitlab-minio-create-buckets-1` fails on RKE2 install with default pod security policies with the following error:
```
Warning Failed 4m40s (x8 over 5m53s) kubelet Error: container has runAsNonRoot and image has non-numeric user (user_mc), cannot verify user is non-root
```
It appears that either the associated image `registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2021-03-23T05-46-11Z` needs to be updated with a numeric user id, or the minio chart job template should be updated with `securityContext.runAsUser: 10010`