I am trying to mount volume by following the tutorial on this link Deploy container and mount volume - YAML. The relevant portion of yaml file is
volumeMounts:
- name: filesharevolume
mountPath: /home/indy/.indy_client/wallet/
readOnly: false
volumes:
- name: filesharevolume
azureFile:
sharename: acishare
readOnly: false
storageAccountName: xxxxxxxxxx
storageAccountKey: xxxxxxxxxx
I am getting this error in container logs
Caused by: Unexpected sqlite error
Caused by: database is locked