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
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
TZis set asTZ=UTCMariaDB pod which is set just like above:
printenvdoes show those env and I canmysql -u user -pand it all worksI can access it from phpmyadmin just fine but something isn't 100% right.
I tried to mount its
/var/www/htmlas 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.mariadbdoes mount its volume, I have deleted it dozen times playing around and the data stays as expected.Thank you