fix(longhorn): remove invalid ext4 mount options uid=26,gid=26 from longhorn-cnpg
uid/gid are FAT/NTFS/FUSE mount options, not ext4. Caused mount exit 32 on every newly provisioned CNPG PVC, blocking authentik-db initdb. CNPG handles postgres ownership via its own init container.
This commit is contained in:
@@ -35,8 +35,5 @@ parameters:
|
|||||||
mkfsParams: "-O ^64bit,^metadata_csum"
|
mkfsParams: "-O ^64bit,^metadata_csum"
|
||||||
mountOptions:
|
mountOptions:
|
||||||
- "noatime"
|
- "noatime"
|
||||||
# Critical: mount with postgres UID/GID (26:26) to avoid permission issues
|
|
||||||
- "uid=26"
|
|
||||||
- "gid=26"
|
|
||||||
reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
volumeBindingMode: Immediate
|
volumeBindingMode: Immediate
|
||||||
Reference in New Issue
Block a user