Skip to content

Commit 670aa35

Browse files
authored
docs: Helm: Don't show defaults for loki section (grafana#12747)
1 parent 978572d commit 670aa35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

production/helm/loki/values.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ deploymentMode: SimpleScalable
3535
#
3636
######################################################################################################################
3737
# -- Configuration for running Loki
38+
# @default -- See values.yaml
3839
loki:
3940
# Configures the readiness probe for all of the Loki pods
4041
readinessProbe:
@@ -1007,10 +1008,11 @@ gateway:
10071008
username: null
10081009
# -- The basic auth password for the gateway
10091010
password: null
1010-
# -- Uses the specified users from the `loki.tenants` list to create the htpasswd file
1011-
# if `loki.tenants` is not set, the `gateway.basicAuth.username` and `gateway.basicAuth.password` are used
1011+
# -- Uses the specified users from the `loki.tenants` list to create the htpasswd file.
1012+
# if `loki.tenants` is not set, the `gateway.basicAuth.username` and `gateway.basicAuth.password` are used.
10121013
# The value is templated using `tpl`. Override this to use a custom htpasswd, e.g. in case the default causes
10131014
# high CPU load.
1015+
# @default -- Either `loki.tenants` or `gateway.basicAuth.username` and `gateway.basicAuth.password`.
10141016
htpasswd: >-
10151017
{{ if .Values.loki.tenants }}
10161018

0 commit comments

Comments
 (0)