From 0418d16a1b15495ae7d17441b47d079550c10c69 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Tue, 14 May 2024 10:58:27 +0100 Subject: [PATCH] Fix lint issues Signed-off-by: Michel Hollands --- charts/meta-monitoring/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index eaccb7b..e363acd 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -59,7 +59,7 @@ grafana: logs: # 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 - piiRegexes: null # This example replaces the word after password with ***** + piiRegexes: null # This example replaces the word after password with ***** # - expression: "password (\\\\S+)" # source: "" # Empty uses the log message # replace: "*****""