You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to login to Reva, I'm getting an error: login basic username: test password: error: code=CODE_INTERNAL msg="error creating user home" support_trace="00000000000000000000000000000000"
When trying to login to Reva, I'm getting an error:
login basic username: test password: error: code=CODE_INTERNAL msg="error creating user home" support_trace="00000000000000000000000000000000"
I'm running Reva like this:
helm upgrade --install -n default iop-home . --set persistentVolume.enabled=true --set persistentVolume.existingClaim=iop-pvc --set-file configFiles.revad\\.toml=home.toml --set-file configFiles.gateway\\.toml=standalone.toml --set-file configFiles.users\\.json=users-ailleron.json --set env.REVA_APPPROVIDER_IOPSECRET=qwerty12345 --set imagePullSecrets.name=regcred
I tried running storage provider separately:
helm upgrade --install -n default storageprovider-home . --set env.REVA_APPPROVIDER_IOPSECRET=qwerty12345 -f home-sp.yaml
The text was updated successfully, but these errors were encountered: