Skip to content

Commit

Permalink
k8s docs should say host not server (OSC#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Feb 9, 2022
1 parent b48cef8 commit 3693e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This example shows how to mount host directories and nfs storage locations.
destination_path: <%= user.home %>
- type: nfs
name: cold-storage
server: some.nfs.host:3333
host: some.nfs.host:3333
path: /some/location
destination_path: /some/container/location
Expand Down

0 comments on commit 3693e54

Please sign in to comment.