T.roles_names is undefined ( permission path is not provided )


This error occur when you have a selected none provider and the KEYS_PATH is not provided.

The easy fix would be passing the env directly or in values.yaml

helm install meshery meshery/meshery --namespace meshery --create-namespace     --set env.KEYS_PATH="../../server/permissions/keys.csv"

Here is respective fix PR hope this helps.