Skip to content

Commit

Permalink
Move manifests output path
Browse files Browse the repository at this point in the history
ArgoCD was unable to reference Vault secrets,
Vault expected the reference files in the wrong place.
This fix moves the manifests from `manifests/fluentbit/_INSTANCE_` to `manifests/_INSTANCE_`.
  • Loading branch information
DebakelOrakel committed Oct 4, 2024
1 parent 52088b0 commit 646f536
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions class/fluentbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ parameters:
- input_paths:
- fluentbit/component/main.jsonnet
input_type: jsonnet
output_path: fluentbit/${_instance}/
output_path: ${_instance}/
- input_paths:
- ${_base_directory}/helmcharts/fluent-bit-${fluentbit:charts:fluent-bit:version}
input_type: helm
output_path: fluentbit/${_instance}/01_fluentbit_helmchart
output_path: ${_instance}/01_fluentbit_helmchart
helm_values: ${fluentbit:helm_values}
helm_params:
name: ${_instance}
Expand All @@ -27,5 +27,5 @@ parameters:
postprocess:
filters:
- type: jsonnet
path: fluentbit/${_instance}/01_fluentbit_helmchart/fluent-bit/templates
path: ${_instance}/01_fluentbit_helmchart/fluent-bit/templates
filter: postprocess/patch_helm_output.jsonnet

0 comments on commit 646f536

Please sign in to comment.