Skip to content

Commit a206868

Browse files
Fix lint issues
Signed-off-by: Michel Hollands <[email protected]>
1 parent a774fd3 commit a206868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/meta-monitoring/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local:
2626
traces:
2727
enabled: false
2828
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
3030
grafana:
3131
version: 10.4.2
3232
# Gateway ingress configuration
@@ -52,14 +52,14 @@ grafana:
5252
# port:
5353
# number: TODO
5454
# -- TLS configuration for the gateway ingress. Hosts passed through the `tpl` function to allow templating
55-
#tls:
55+
# tls:
5656
# - secretName: grafana-tls
5757
# hosts:
5858
# - monitoring.example.com
5959
logs:
6060
# Adding regexes here will add a stage.replace block for logs. For more information see
6161
# 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 *****
6363
# - expression: "password (\\\\S+)"
6464
# source: "" # Empty uses the log message
6565
# replace: "*****""

0 commit comments

Comments
 (0)