Trouble installing ERPNext on Kubernetes

I have been following some guides online to try to install ERPNext like these ones:

However no matter which one I follow I get the same issue. When I install the erpnext chart the services dont start and I get no logs. I added a screenshot of k9s.

this is the only log I see
Defaulted container “configure” out of: configure, frappe-bench-ownership (init)

Does any one have any recommendations?

Share output of kubectl describe pod ... for pending pods

I didnt know the describe command was this useful, thanks.

At first when running a custom helm chart I got this error
Warning FailedScheduling 100s (x2 over 103s) default-scheduler 0/1 nodes are available: 1 node(s) didn’t find available persistent volumes to bind. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.

After following the instructions in helm.erpnext.com and installing nfs now I get

@revant_one I forgot to tag you.

Share you values.yaml

What storage classes available in your cluster?

Share as much details as you can.