From 394901021777055423cb1e1b087b95a6b1ee2efb Mon Sep 17 00:00:00 2001 From: "Florian Rusch (cluetec GmbH)" Date: Thu, 4 Jan 2024 10:24:59 +0100 Subject: [PATCH] WIP --- config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yaml b/config.yaml index 32dc2bf..f9eb1bf 100644 --- a/config.yaml +++ b/config.yaml @@ -7,9 +7,11 @@ loglevel: info source: type: filesystem + # Filesystem config filesystem: path: /tmp/source.txt + # HashiCorp Vault config hashicorpvault: token: authMethod: kubernetes @@ -18,5 +20,6 @@ source: destination: type: filesystem + # Filesystem config filesystem: path: /tmp/destination.txt