Skip to content

Commit fa99883

Browse files
Merge pull request #80 from projectsyn/fix/manifest-location
Move manifests output path
2 parents 52088b0 + 646f536 commit fa99883

File tree

16 files changed

+3
-3
lines changed

16 files changed

+3
-3
lines changed

class/fluentbit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ parameters:
1414
- input_paths:
1515
- fluentbit/component/main.jsonnet
1616
input_type: jsonnet
17-
output_path: fluentbit/${_instance}/
17+
output_path: ${_instance}/
1818
- input_paths:
1919
- ${_base_directory}/helmcharts/fluent-bit-${fluentbit:charts:fluent-bit:version}
2020
input_type: helm
21-
output_path: fluentbit/${_instance}/01_fluentbit_helmchart
21+
output_path: ${_instance}/01_fluentbit_helmchart
2222
helm_values: ${fluentbit:helm_values}
2323
helm_params:
2424
name: ${_instance}
@@ -27,5 +27,5 @@ parameters:
2727
postprocess:
2828
filters:
2929
- type: jsonnet
30-
path: fluentbit/${_instance}/01_fluentbit_helmchart/fluent-bit/templates
30+
path: ${_instance}/01_fluentbit_helmchart/fluent-bit/templates
3131
filter: postprocess/patch_helm_output.jsonnet

0 commit comments

Comments
 (0)