Every time I create a new cluster, everything appears to work fine except for the [cluster]-stanza-create-* pods, which all show and error of being able to create path /backrestrepo/[cluster]-backrest-shared-repo.
I can see from inside the test-backrest-shared-repo pod that /backrestrepo is mounted, and it's owned by UID 5000 and group postgres, with drwxrwsr-x permissions.
id shows:
uid=2000(pgbackrest) gid=2000(pgbackrest) groups=2000(pgbackrest),26(postgres)
However, when I try "touch /backrestrepo/test" I get a permission denied error.
Any ideas why that one PV appears to have permission problems? /pgdata seems to be mounting fine.