Azure File share Configuration

Procedure

  1. See Azure File share instructions (https://docs.microsoft.com/en-us/azure/aks/azure-files-volume).
  2. Following OneDB helm chart configuration values need to be set to use the Azure File share:
    Parameter Description Value
    nfsserver.enabled Set this attribute to ‘true’ to mount ReadWriteMany PVC across all OneDB server pods. Required for OnBar storage space and logical log backups. If this attribute value is set to ‘false’ then rest of the “nfsserver” related helm attributes are ignored. true
    nfsserver.volumeSize Set this to a value of the NFS PV size 50Gi
    nfsserver.azureFS.enable Set to ‘true’ to enable Azure File share true
    nfsserver.azureFS.secretname Kubernetes secret to use ‘’
    nfsserver.azureFS.shareName Azure file share name ‘’