aboutsummaryrefslogtreecommitdiff
path: root/example/agent.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'example/agent.hcl')
-rw-r--r--example/agent.hcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/example/agent.hcl b/example/agent.hcl
index f25b095..c704243 100644
--- a/example/agent.hcl
+++ b/example/agent.hcl
@@ -3,5 +3,10 @@
client {
}
-plugin "exec2" {
+plugin "exec2-driver" {
+ config {
+ bind_read_only = {
+ "/etc" = "/etc",
+ }
+ }
}