Skip to content

Commit

Permalink
Merge pull request #497 from konan-abhi/fix-samples
Browse files Browse the repository at this point in the history
Fix NFS sample example
  • Loading branch information
openshift-merge-bot[bot] authored Apr 2, 2024
2 parents e5cff17 + b5aa691 commit c504b07
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions config/samples/backends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c504b07

Please sign in to comment.