We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518ec4d commit 94a3e2cCopy full SHA for 94a3e2c
inventory/targets/fluentd.yml
@@ -13,6 +13,23 @@ parameters:
13
14
target_name: fluentd
15
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
33
34
tmuxinator:
35
name: ${target_name}
0 commit comments