Fix lint issues

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-05-14 10:57:14 +01:00
parent 65995dce4f
commit 8cff0e0e75

View File

@ -26,7 +26,7 @@ local:
traces: traces:
enabled: false enabled: false
minio: minio:
enabled: false # This should be set to true if any of the previous is enabled enabled: false # This should be set to true if any of the previous is enabled
grafana: grafana:
version: 10.4.2 version: 10.4.2
# Gateway ingress configuration # Gateway ingress configuration
@ -52,14 +52,14 @@ grafana:
# port: # port:
# number: TODO # number: TODO
# -- TLS configuration for the gateway ingress. Hosts passed through the `tpl` function to allow templating # -- TLS configuration for the gateway ingress. Hosts passed through the `tpl` function to allow templating
#tls: # tls:
# - secretName: grafana-tls # - secretName: grafana-tls
# hosts: # hosts:
# - monitoring.example.com # - monitoring.example.com
logs: logs:
# Adding regexes here will add a stage.replace block for logs. For more information see # Adding regexes here will add a stage.replace block for logs. For more information see
# https://grafana.com/docs/agent/latest/flow/reference/components/loki.process/#stagereplace-block # https://grafana.com/docs/agent/latest/flow/reference/components/loki.process/#stagereplace-block
piiRegexes: null # This example replaces the word after password with ***** piiRegexes: null # This example replaces the word after password with *****
# - expression: "password (\\\\S+)" # - expression: "password (\\\\S+)"
# source: "" # Empty uses the log message # source: "" # Empty uses the log message
# replace: "*****"" # replace: "*****""