run prettier as pre-commit hook (#3264)

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-22 20:23:01 +02:00
committed by GitHub
parent c41dda9d32
commit ded5a3c0e6
711 changed files with 35800 additions and 32229 deletions
+12 -12
View File
@@ -1,24 +1,24 @@
apiVersion: v2
appVersion: "2.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- name: "promtail"
condition: promtail.enabled
repository: https://charts.truecharts.org
version: "3.0.22"
- name: common
repository: https://library-charts.truecharts.org
version: 10.4.4
- name: "promtail"
condition: promtail.enabled
repository: https://charts.truecharts.org
version: "3.0.22"
deprecated: false
description: "Loki: like Prometheus, but for logs."
home: https://github.com/truecharts/apps/tree/master/charts/stable/loki
icon: https://truecharts.org/img/chart-icons/loki.png
keywords:
- logs
kubeVersion: '>=1.16.0-0'
- logs
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: loki
sources:
- https://github.com/grafana/loki
+9 -9
View File
@@ -43,7 +43,7 @@ secret:
enabled: true
data:
loki.yaml: |
{{- tpl (toYaml .Values.config) . | nindent 8 }}
{{- tpl (toYaml .Values.config) . | nindent 8 }}
service:
main:
@@ -94,20 +94,20 @@ config:
reject_old_samples_max_age: 168h
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
server:
http_listen_port: 3100
storage_config:
boltdb_shipper:
active_index_directory: /data/loki/boltdb-shipper-active
cache_location: /data/loki/boltdb-shipper-cache
cache_ttl: 24h # Can be increased for faster performance over longer query periods, uses more disk space
cache_ttl: 24h # Can be increased for faster performance over longer query periods, uses more disk space
shared_store: filesystem
filesystem:
directory: /data/loki/chunks