From b5aa69192c29754e5ba8b273b1478db57e2ea3c9 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Mon, 1 Apr 2024 05:06:24 +0000 Subject: [PATCH] Fix NFS sample example --- config/samples/backends/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/samples/backends/README.md b/config/samples/backends/README.md index 632da933..1697a027 100644 --- a/config/samples/backends/README.md +++ b/config/samples/backends/README.md @@ -199,18 +199,18 @@ spec: ... ... extraMounts: - - extraVol: - - propagation: - - GlanceAPI - - extraVolType: NFS - mounts: - - mountPath: /var/lib/glance/images - name: nfs - volumes: - - name: nfs - nfs: - path: {{ NFS_EXPORT_PATH }} - server: {{ NFS_IP_ADDRESS }} + - extraVol: + - extraVolType: Nfs + mounts: + - mountPath: /var/lib/glance/images + name: nfs + propagation: + - Glance + volumes: + - name: nfs + nfs: + path: {{ NFS_EXPORT_PATH }} + server: {{ NFS_IP_ADDRESS }} ``` #### Note