Skip to content

Commit 94a3e2c

Browse files
committed
1 parent 518ec4d commit 94a3e2c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

inventory/targets/fluentd.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ parameters:
1313

1414
target_name: fluentd
1515

16+
bash:
17+
functions:
18+
kapitan_compile: |
19+
cd ${kapitan_root}
20+
./kapitan.sh compile --fetch -t ${target_name}
21+
22+
23+
fluentd_named_pipe_plugin: files/git/metacoma/fluent-plugin-named_pipe
24+
25+
kapitan:
26+
dependencies:
27+
# workaround for https://github.com/sonots/fluent-plugin-named_pipe/pull/9
28+
- type: git
29+
output_path: ${fluentd_named_pipe_plugin}
30+
source: https://github.com/metacoma/fluent-plugin-named_pipe.git
31+
ref: without_mkfifo_dependency
32+
1633

1734
tmuxinator:
1835
name: ${target_name}

0 commit comments

Comments
 (0)