diff --git a/manifests/nfs-provisioner/values.yaml b/manifests/nfs-provisioner/values.yaml index 67054e6..4912a20 100644 --- a/manifests/nfs-provisioner/values.yaml +++ b/manifests/nfs-provisioner/values.yaml @@ -1,6 +1,6 @@ nfs: - server: "" # TODO: replace with xpen NAS IP - path: "" # TODO: replace with NFS export path (e.g. /volume1/k8s) + server: "192.168.1.16" # TODO: replace with xpen NAS IP + path: "/volume2/k8s-storage" # TODO: replace with NFS export path (e.g. /volume1/k8s) mountOptions: - nfsvers=4.1