Skip to content

Commit

Permalink
Merge pull request #454 from davidvossel/db-example-updates
Browse files Browse the repository at this point in the history
Update datavolume examples to use ReadWriteOnce for hostpath
  • Loading branch information
davidvossel committed Sep 12, 2018
2 parents 427b890 + 3fad2c1 commit 985c615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions manifests/example/cloner-datavolume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ spec:
namespace: "source-ns"
name: "my-data-volume"
pvc:
#storageClassName: "hostpath"
accessModes:
- ReadWriteMany
- ReadWriteOnce
resources:
requests:
storage: 500Mi
2 changes: 1 addition & 1 deletion manifests/example/datavolume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
pvc:
storageClassName: "hostpath"
accessModes:
- ReadWriteMany
- ReadWriteOnce
resources:
requests:
storage: 500Mi

0 comments on commit 985c615

Please sign in to comment.