Add default values in values.yaml
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
4cf4d13955
commit
a3d27c1c3a
@ -21,19 +21,19 @@ local:
|
|||||||
cloud:
|
cloud:
|
||||||
logs:
|
logs:
|
||||||
enabled: true
|
enabled: true
|
||||||
endpoint:
|
endpoint: CHANGEME
|
||||||
username:
|
username: CHANGEME
|
||||||
password:
|
password: CHANGEME
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
endpoint:
|
endpoint: CHANGEME
|
||||||
username:
|
username: CHANGEME
|
||||||
password:
|
password: CHANGEME
|
||||||
traces:
|
traces:
|
||||||
enabled: true
|
enabled: true
|
||||||
endpoint:
|
endpoint: CHANGEME
|
||||||
username:
|
username: CHANGEME
|
||||||
password:
|
password: CHANGEME
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user