Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an initContainer to the nginx-php-persistent deployment
This initContainer ensures RWX storage has permissions compatible with the pod securityContext. This will: 1. Match the permissions set by all the above StorageClass drivers on the root of the volume. 2. Give the new non-root pod `securityContext` `g+rw` access to all files, and `g+x` on directories.
- Loading branch information