File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
traces :
27
27
enabled : false
28
28
minio :
29
- enabled : false # This should be set to true if any of the previous is enabled
29
+ enabled : false # This should be set to true if any of the previous is enabled
30
30
grafana :
31
31
version : 10.4.2
32
32
# Gateway ingress configuration
@@ -52,14 +52,14 @@ grafana:
52
52
# port:
53
53
# number: TODO
54
54
# -- TLS configuration for the gateway ingress. Hosts passed through the `tpl` function to allow templating
55
- # tls:
55
+ # tls:
56
56
# - secretName: grafana-tls
57
57
# hosts:
58
58
# - monitoring.example.com
59
59
logs :
60
60
# Adding regexes here will add a stage.replace block for logs. For more information see
61
61
# https://grafana.com/docs/agent/latest/flow/reference/components/loki.process/#stagereplace-block
62
- piiRegexes : null # This example replaces the word after password with *****
62
+ piiRegexes : null # This example replaces the word after password with *****
63
63
# - expression: "password (\\\\S+)"
64
64
# source: "" # Empty uses the log message
65
65
# replace: "*****""
You can’t perform that action at this time.
0 commit comments