docs: job volume spec tasks source, not config > source

This commit is contained in:
Lang Martin
2019-10-23 15:28:53 -04:00
parent 0601020db0
commit a6f5440440

View File

@@ -27,10 +27,7 @@ job "docs" {
volume "certs" {
type = "host"
read_only = true
config {
source = "ca-certificates"
}
source = "ca-certificates"
}
task "example" {