Skip to content

Commit

Permalink
fix(loki): config template
Browse files Browse the repository at this point in the history
  • Loading branch information
alesharik committed Jul 7, 2024
1 parent dab1bda commit c1d5580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/loki/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ compactor:
retention_delete_worker_count: 150

limits_config:
{{ loki.retention | to_nice_yaml(indent=2) }}
{{ loki.retention | to_nice_yaml | indent(2) }}

chunk_store_config:
max_look_back_period: {{ loki.retention.retention_period }}
Expand Down

0 comments on commit c1d5580

Please sign in to comment.