Config file linting

This commit is contained in:
David Stephens 2023-07-19 23:58:08 +01:00
parent ba96fff04c
commit f8344219b9
2 changed files with 1 additions and 2 deletions

View file

@ -40,4 +40,4 @@ chunk_store_config:
table_manager:
retention_deletes_enabled: true
retention_period: {{ loki_log_retention }}
retention_period: {{ loki_log_retention }}

View file

@ -19,4 +19,3 @@ scrape_configs:
- source_labels: ['__meta_docker_container_name']
regex: '/(.*)'
target_label: 'container'