Image: phpmyadmin:5.2.1
I am playing with phpmyadmin and mariadb on my homelab kubernetes cluster, and although it all works, the docker images doesn't seem to accept environment variables:

But none of those values are being passed over, in fact TZ is set as TZ=UTC
MariaDB pod which is set just like above:

printenv does show those env and I can mysql -u user -p and it all works
MARIADB_USER
MARIADB_PASSWORD
MARIADB_ROOT_PASSWORD
I can access it from phpmyadmin just fine but something isn't 100% right.

I tried to mount its /var/www/html as persistence volume, it does not accept that either, I mean, the volume is mounted empty so why I think there is some writing restriction on this image.
mariadb does mount its volume, I have deleted it dozen times playing around and the data stays as expected.
Thank you