Having fsGroupChangePolicy set to Always causes all pods using the volume defined in zammadConfig.storageVolume to take a very long time to start, when that volume begins to grow and uses a shared FS like CephFS or NFS it becomes unfeasible. In our case Helm deploy aborts because the timeout is exceeded.
I believe this is not viable for large environments and it would be better to set it to OnRootMismatch by default.
References:
It was set by @alexkorotysh on #210
Having
fsGroupChangePolicyset toAlwayscauses all pods using the volume defined inzammadConfig.storageVolumeto take a very long time to start, when that volume begins to grow and uses a shared FS like CephFS or NFS it becomes unfeasible. In our case Helm deploy aborts because the timeout is exceeded.I believe this is not viable for large environments and it would be better to set it to
OnRootMismatchby default.References:
It was set by @alexkorotysh on #210