Changing ownership of static directory not working in kubernetes – Magento
I am trying to change ownership of static directory in a container but for some reason it's not working but it works on another directory. securityContext: runAsUser: 0 command: ["/bin/sh"] args: - -c - | chown -R www-data:www-data /var/www/html/pub/media chown…